diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-11-20 23:08:25 +0100 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-05-01 13:40:13 +0900 |
commit | 7a72fcc1c5800de2d966ccb773c1022103aadbcf (patch) | |
tree | 2f2ab146470e654069e5b4c15ab9c499824f0c5c /target | |
parent | 07ddbb99616ab7635235c1912768bf5b434fa99c (diff) | |
download | upstream-7a72fcc1c5800de2d966ccb773c1022103aadbcf.tar.gz upstream-7a72fcc1c5800de2d966ccb773c1022103aadbcf.tar.bz2 upstream-7a72fcc1c5800de2d966ccb773c1022103aadbcf.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts | 12 |
1 files 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@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>; |