ipq40xx: fix wrong nand definition for wpj419
authorAnsuel Smith <ansuelsmth@gmail.com>
Sat, 20 Nov 2021 22:08:25 +0000 (23:08 +0100)
committerSungbo Eo <mans0n@gorani.run>
Sun, 1 May 2022 04:40:13 +0000 (13:40 +0900)
Fix wrong nand definition for wpj419 that differ from the upstream
node name.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts

index 09cbfaca912aa449fadbf4eadb3e8b101c77eed3..4a4c18322fd0a57e004ce0358c7f3b0f63f1fa0a 100644 (file)
                        perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
                        wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
                };
-
-               nand: qpic-nand@79b0000 {
-                       pinctrl-0 = <&nand_pins>;
-                       pinctrl-names = "default";
-                       status = "okay";
-               };
        };
 
        keys {
        };
 };
 
+&nand {
+       pinctrl-0 = <&nand_pins>;
+       pinctrl-names = "default";
+       status = "okay";
+};
+
 &gmac0 {
        qcom,phy_mdio_addr = <4>;
        qcom,poll_required = <1>;