ipq40xx: fix wrong nand definition for wpj419

Fix wrong nand definition for wpj419 that differ from the upstream
node name.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith 2021-11-20 23:08:25 +01:00 committed by Sungbo Eo
parent 07ddbb9961
commit 7a72fcc1c5

View File

@ -352,12 +352,6 @@
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>; perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>; wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
}; };
nand: qpic-nand@79b0000 {
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
status = "okay";
};
}; };
keys { keys {
@ -371,6 +365,12 @@
}; };
}; };
&nand {
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
status = "okay";
};
&gmac0 { &gmac0 {
qcom,phy_mdio_addr = <4>; qcom,phy_mdio_addr = <4>;
qcom,poll_required = <1>; qcom,poll_required = <1>;