diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-03-03 11:46:52 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-07 07:05:16 +0200 |
commit | d079c8fa48995a64ce56c1d01cf008118e999a81 (patch) | |
tree | cb4022da50829bd89eb89f1a9cd75b51b333b81c /target/linux/ipq806x/files | |
parent | e3daef34a02c199d2b59f972c0811eb9716bd21f (diff) | |
download | upstream-d079c8fa48995a64ce56c1d01cf008118e999a81.tar.gz upstream-d079c8fa48995a64ce56c1d01cf008118e999a81.tar.bz2 upstream-d079c8fa48995a64ce56c1d01cf008118e999a81.zip |
ipq806x: simplify ecw5410 dts
Simplify ecw5410 dts instead of redefine nodes.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts index 9b14bb2c29..1d159714db 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts @@ -258,40 +258,40 @@ }; }; -&soc { - nand@1ac00000 { - status = "okay"; +&nand_controller { + status = "okay"; - pinctrl-0 = <&nand_pins>; - pinctrl-names = "default"; + pinctrl-0 = <&nand_pins>; + pinctrl-names = "default"; - nand@0 { - compatible = "qcom,nandcs"; + nand@0 { + compatible = "qcom,nandcs"; - reg = <0>; + reg = <0>; - nand-ecc-strength = <4>; - nand-bus-width = <8>; - nand-ecc-step-size = <512>; + nand-ecc-strength = <4>; + nand-bus-width = <8>; + nand-ecc-step-size = <512>; - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - rootfs1@0 { - label = "rootfs1"; - reg = <0x0000000 0x4000000>; - }; - - rootfs2@4000000 { - label = "rootfs2"; - reg = <0x4000000 0x4000000>; - }; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + rootfs1@0 { + label = "rootfs1"; + reg = <0x0000000 0x4000000>; + }; + + rootfs2@4000000 { + label = "rootfs2"; + reg = <0x4000000 0x4000000>; }; }; }; +}; +&soc { mdio1: mdio { compatible = "virtual,mdio-gpio"; #address-cells = <1>; |