ipq806x: simplify ecw5410 dts
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 3 Mar 2021 10:46:52 +0000 (11:46 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 7 May 2021 05:05:16 +0000 (07:05 +0200)
Simplify ecw5410 dts instead of redefine nodes.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts

index 9b14bb2c29f092e574b9365f278afccc667a33e1..1d159714db02c9af61ab73786ebc25fd3f37e170 100644 (file)
        };
 };
 
-&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>;