diff options
author | Stefan Roese <sr@denx.de> | 2008-01-16 04:00:00 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-15 22:35:30 -0500 |
commit | e563db977f58836c30ce3ee7cb6719c47feac4be (patch) | |
tree | 5fe3eb2f0761e615f8983ce3a6b34d272b7f3123 /arch/powerpc/boot/dts/ebony.dts | |
parent | 7fe5f10ed032251f35258be2ee5296bca4299471 (diff) |
[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: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/ebony.dts')
-rw-r--r-- | arch/powerpc/boot/dts/ebony.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/ebony.dts b/arch/powerpc/boot/dts/ebony.dts index 7aad135a44b0..0b000cb7ed8b 100644 --- a/arch/powerpc/boot/dts/ebony.dts +++ b/arch/powerpc/boot/dts/ebony.dts | |||
@@ -216,7 +216,6 @@ | |||
216 | 216 | ||
217 | IIC0: i2c@40000400 { | 217 | IIC0: i2c@40000400 { |
218 | /* FIXME */ | 218 | /* FIXME */ |
219 | device_type = "i2c"; | ||
220 | compatible = "ibm,iic-440gp", "ibm,iic"; | 219 | compatible = "ibm,iic-440gp", "ibm,iic"; |
221 | reg = <40000400 14>; | 220 | reg = <40000400 14>; |
222 | interrupt-parent = <&UIC0>; | 221 | interrupt-parent = <&UIC0>; |
@@ -224,7 +223,6 @@ | |||
224 | }; | 223 | }; |
225 | IIC1: i2c@40000500 { | 224 | IIC1: i2c@40000500 { |
226 | /* FIXME */ | 225 | /* FIXME */ |
227 | device_type = "i2c"; | ||
228 | compatible = "ibm,iic-440gp", "ibm,iic"; | 226 | compatible = "ibm,iic-440gp", "ibm,iic"; |
229 | reg = <40000500 14>; | 227 | reg = <40000500 14>; |
230 | interrupt-parent = <&UIC0>; | 228 | interrupt-parent = <&UIC0>; |