Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e563db97 authored by Stefan Roese's avatar Stefan Roese Committed by Josh Boyer
Browse files

[POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dts



Remove all "i2c" and "xxmii-interface" (rgmii etc) device_type entries
from the 4xx dts files.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 7fe5f10e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@
	   		};

			IIC0: i2c@ef600700 {
				device_type = "i2c";
				compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
				reg = <ef600700 14>;
				interrupt-parent = <&UIC0>;
@@ -193,7 +192,6 @@
			};

			IIC1: i2c@ef600800 {
				device_type = "i2c";
				compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
				reg = <ef600800 14>;
				interrupt-parent = <&UIC0>;
@@ -201,7 +199,6 @@
			};

			ZMII0: emac-zmii@ef600d00 {
				device_type = "zmii-interface";
				compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
				reg = <ef600d00 c>;
			};
+0 −2
Original line number Diff line number Diff line
@@ -216,7 +216,6 @@

			IIC0: i2c@40000400 {
				/* FIXME */
				device_type = "i2c";
				compatible = "ibm,iic-440gp", "ibm,iic";
				reg = <40000400 14>;
				interrupt-parent = <&UIC0>;
@@ -224,7 +223,6 @@
			};
			IIC1: i2c@40000500 {
				/* FIXME */
				device_type = "i2c";
				compatible = "ibm,iic-440gp", "ibm,iic";
				reg = <40000500 14>;
				interrupt-parent = <&UIC0>;
+0 −2
Original line number Diff line number Diff line
@@ -187,7 +187,6 @@
	   		};

			IIC0: i2c@10000400 {
				device_type = "i2c";
				compatible = "ibm,iic-440spe", "ibm,iic-440gp", "ibm,iic";
				reg = <10000400 14>;
				interrupt-parent = <&UIC0>;
@@ -195,7 +194,6 @@
			};

			IIC1: i2c@10000500 {
				device_type = "i2c";
				compatible = "ibm,iic-440spe", "ibm,iic-440gp", "ibm,iic";
				reg = <10000500 14>;
				interrupt-parent = <&UIC0>;
+0 −3
Original line number Diff line number Diff line
@@ -182,7 +182,6 @@
			};

			IIC0: i2c@ef600400 {
				device_type = "i2c";
				compatible = "ibm,iic-405ex", "ibm,iic";
				reg = <ef600400 14>;
				interrupt-parent = <&UIC0>;
@@ -190,7 +189,6 @@
			};

			IIC1: i2c@ef600500 {
				device_type = "i2c";
				compatible = "ibm,iic-405ex", "ibm,iic";
				reg = <ef600500 14>;
				interrupt-parent = <&UIC0>;
@@ -199,7 +197,6 @@


			RGMII0: emac-rgmii@ef600b00 {
				device_type = "rgmii-interface";
				compatible = "ibm,rgmii-405ex", "ibm,rgmii";
				reg = <ef600b00 104>;
				has-mdio;
+0 −3
Original line number Diff line number Diff line
@@ -182,7 +182,6 @@
			};

			IIC0: i2c@ef600400 {
				device_type = "i2c";
				compatible = "ibm,iic-405ex", "ibm,iic";
				reg = <ef600400 14>;
				interrupt-parent = <&UIC0>;
@@ -190,7 +189,6 @@
			};

			IIC1: i2c@ef600500 {
				device_type = "i2c";
				compatible = "ibm,iic-405ex", "ibm,iic";
				reg = <ef600500 14>;
				interrupt-parent = <&UIC0>;
@@ -199,7 +197,6 @@


			RGMII0: emac-rgmii@ef600b00 {
				device_type = "rgmii-interface";
				compatible = "ibm,rgmii-405ex", "ibm,rgmii";
				reg = <ef600b00 104>;
				has-mdio;
Loading