Skip to content

Commit

Permalink
ipq40xx: fix wrong nand definition for wpj419
Browse files Browse the repository at this point in the history
Fix wrong nand definition for wpj419 that differ from the upstream
node name.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel authored and mans0n committed May 1, 2022
1 parent 07ddbb9 commit 7a72fcc
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -352,12 +352,6 @@
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 {
Expand All @@ -371,6 +365,12 @@
};
};

&nand {
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
status = "okay";
};

&gmac0 {
qcom,phy_mdio_addr = <4>;
qcom,poll_required = <1>;
Expand Down

0 comments on commit 7a72fcc

Please sign in to comment.