[openwrt/openwrt] ipq40xx: fix wrong nand definition for wpj419
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 30 22:05:29 PDT 2022
mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7a72fcc1c5800de2d966ccb773c1022103aadbcf
commit 7a72fcc1c5800de2d966ccb773c1022103aadbcf
Author: Ansuel Smith <ansuelsmth at gmail.com>
AuthorDate: Sat Nov 20 23:08:25 2021 +0100
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 at gmail.com>
---
.../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts
index 09cbfaca91..4a4c18322f 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts
@@ -352,12 +352,6 @@
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
};
-
- nand: qpic-nand at 79b0000 {
- pinctrl-0 = <&nand_pins>;
- pinctrl-names = "default";
- status = "okay";
- };
};
keys {
@@ -371,6 +365,12 @@
};
};
+&nand {
+ pinctrl-0 = <&nand_pins>;
+ pinctrl-names = "default";
+ status = "okay";
+};
+
&gmac0 {
qcom,phy_mdio_addr = <4>;
qcom,poll_required = <1>;
More information about the lede-commits
mailing list