ipq806x: simplify ecw5410 dts

Simplify ecw5410 dts instead of redefine nodes.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith 2021-03-03 11:46:52 +01:00 committed by Petr Štetiar
parent e3daef34a0
commit d079c8fa48

View File

@ -258,40 +258,40 @@
}; };
}; };
&soc { &nand_controller {
nand@1ac00000 { status = "okay";
status = "okay";
pinctrl-0 = <&nand_pins>; pinctrl-0 = <&nand_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
nand@0 { nand@0 {
compatible = "qcom,nandcs"; compatible = "qcom,nandcs";
reg = <0>; reg = <0>;
nand-ecc-strength = <4>; nand-ecc-strength = <4>;
nand-bus-width = <8>; nand-bus-width = <8>;
nand-ecc-step-size = <512>; nand-ecc-step-size = <512>;
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
rootfs1@0 { rootfs1@0 {
label = "rootfs1"; label = "rootfs1";
reg = <0x0000000 0x4000000>; reg = <0x0000000 0x4000000>;
}; };
rootfs2@4000000 { rootfs2@4000000 {
label = "rootfs2"; label = "rootfs2";
reg = <0x4000000 0x4000000>; reg = <0x4000000 0x4000000>;
};
}; };
}; };
}; };
};
&soc {
mdio1: mdio { mdio1: mdio {
compatible = "virtual,mdio-gpio"; compatible = "virtual,mdio-gpio";
#address-cells = <1>; #address-cells = <1>;