Commit ecdcd248 authored by Ralph Sennhauser's avatar Ralph Sennhauser Committed by Gregory CLEMENT
Browse files

ARM: dts: armada-385-linksys: flatten dependants



Flatten dts of individual boards to match the new style used in
armada-385-linksys.dtsi and for the Rango addition.

* Caiman - Linksys WRT1200AC v1 & v2
* Cobra - Linksys WRT1900AC v2
* Shelby - Linksys WRT1900ACS v1 & v2

Signed-off-by: default avatarRalph Sennhauser <ralph.sennhauser@gmail.com>
Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 77c82b5f
Loading
Loading
Loading
Loading
+46 −53
Original line number Diff line number Diff line
@@ -44,12 +44,9 @@
	model = "Linksys WRT1200AC";
	compatible = "linksys,caiman", "linksys,armada385", "marvell,armada385",
		     "marvell,armada380";
};

	soc {
		internal-regs{
			i2c@11000 {

				pca9635@68 {
&expander0 {
	#address-cells = <1>;
	#size-cells = <0>;

@@ -98,11 +95,8 @@
		reg = <0x9>;
	};
};
			};
		};
	};

	gpio-leds {
&gpio_leds {
	power {
		label = "caiman:white:power";
	};
@@ -111,4 +105,3 @@
		label = "caiman:white:sata";
	};
};
};
+46 −53
Original line number Diff line number Diff line
@@ -44,12 +44,9 @@
	model = "Linksys WRT1900ACv2";
	compatible = "linksys,cobra", "linksys,armada385", "marvell,armada385",
		     "marvell,armada380";
};

	soc {
		internal-regs{
			i2c@11000 {

				pca9635@68 {
&expander0 {
	#address-cells = <1>;
	#size-cells = <0>;

@@ -98,11 +95,8 @@
		reg = <0x9>;
	};
};
			};
		};
	};

	gpio-leds {
&gpio_leds {
	power {
		label = "cobra:white:power";
	};
@@ -111,4 +105,3 @@
		label = "cobra:white:sata";
	};
};
};
+46 −53
Original line number Diff line number Diff line
@@ -44,12 +44,9 @@
	model = "Linksys WRT1900ACS";
	compatible = "linksys,shelby", "linksys,armada385", "marvell,armada385",
		     "marvell,armada380";
};

	soc {
		internal-regs{
			i2c@11000 {

				pca9635@68 {
&expander0 {
	#address-cells = <1>;
	#size-cells = <0>;

@@ -98,11 +95,8 @@
		reg = <0x9>;
	};
};
			};
		};
	};

	gpio-leds {
&gpio_leds {
	power {
		label = "shelby:white:power";
	};
@@ -111,4 +105,3 @@
		label = "shelby:white:sata";
	};
};
};