diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 00:17:24 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 00:17:24 -0500 |
commit | ec9686c4a57ea46c97126660936f66e8a5eb87eb (patch) | |
tree | d785261ff5e953a3dbcb7fe803739ea34df94f50 /arch/powerpc/boot/dts/lite5200b.dts | |
parent | 1c1d1672b6b00c7061ea2468d740b4aaf34a763c (diff) |
[POWERPC] FSL: I2C device tree cleanups
* Removed device_type = "i2c"
* Added missing second I2C controller on MPC8548 CDS, MPC8544 DS
* Added #address-cells, #size-cells, and cell-index where missing
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/lite5200b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200b.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index b540388c608c..f94e073de9a7 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -300,7 +300,8 @@ | |||
300 | }; | 300 | }; |
301 | 301 | ||
302 | i2c@3d00 { | 302 | i2c@3d00 { |
303 | device_type = "i2c"; | 303 | #address-cells = <1>; |
304 | #size-cells = <0>; | ||
304 | compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; | 305 | compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; |
305 | cell-index = <0>; | 306 | cell-index = <0>; |
306 | reg = <3d00 40>; | 307 | reg = <3d00 40>; |
@@ -310,7 +311,8 @@ | |||
310 | }; | 311 | }; |
311 | 312 | ||
312 | i2c@3d40 { | 313 | i2c@3d40 { |
313 | device_type = "i2c"; | 314 | #address-cells = <1>; |
315 | #size-cells = <0>; | ||
314 | compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; | 316 | compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; |
315 | cell-index = <1>; | 317 | cell-index = <1>; |
316 | reg = <3d40 40>; | 318 | reg = <3d40 40>; |