mirror of https://github.com/hak5/openwrt.git
ipq806x: fixup nbg6817 internal mmc and switch configuration in DTS
The setting mmc-ddr-1_8v in the platform dts leads to read errors. The device is unusable and system reboots in a loop. Because NBG6817 is the only mmc device, I removed it in base dts. The second change removes settings now present in base dts. The third change references was a wrong conversion of constants in the switch settings. Switch now initializes again. Signed-off-by: André Valentin <avalentin@marcant.net>lede-17.01
parent
1b51a49a9d
commit
41de9a2e12
|
@ -234,7 +234,7 @@
|
||||||
compatible = "virtual,mdio-gpio";
|
compatible = "virtual,mdio-gpio";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
gpios = <&qcom_pinmux 1 GPIO_ACTIVE_LOW &qcom_pinmux 0 GPIO_ACTIVE_LOW>;
|
gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
|
||||||
pinctrl-0 = <&mdio0_pins>;
|
pinctrl-0 = <&mdio0_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
@ -323,8 +323,6 @@
|
||||||
amba {
|
amba {
|
||||||
sdcc1: sdcc@12400000 {
|
sdcc1: sdcc@12400000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
|
||||||
dma-names = "tx", "rx";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -123,7 +123,6 @@
|
||||||
non-removable;
|
non-removable;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
mmc-ddr-1_8v;
|
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
vmmc-supply = <&vsdcc_fixed>;
|
||||||
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
|
|
Loading…
Reference in New Issue