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/lite5200.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/lite5200.dts')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index 6731763f0282..23eeeb1fc61e 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts | |||
@@ -284,7 +284,8 @@ | |||
284 | }; | 284 | }; |
285 | 285 | ||
286 | i2c@3d00 { | 286 | i2c@3d00 { |
287 | device_type = "i2c"; | 287 | #address-cells = <1>; |
288 | #size-cells = <0>; | ||
288 | compatible = "mpc5200-i2c","fsl-i2c"; | 289 | compatible = "mpc5200-i2c","fsl-i2c"; |
289 | cell-index = <0>; | 290 | cell-index = <0>; |
290 | reg = <3d00 40>; | 291 | reg = <3d00 40>; |
@@ -294,7 +295,8 @@ | |||
294 | }; | 295 | }; |
295 | 296 | ||
296 | i2c@3d40 { | 297 | i2c@3d40 { |
297 | device_type = "i2c"; | 298 | #address-cells = <1>; |
299 | #size-cells = <0>; | ||
298 | compatible = "mpc5200-i2c","fsl-i2c"; | 300 | compatible = "mpc5200-i2c","fsl-i2c"; |
299 | cell-index = <1>; | 301 | cell-index = <1>; |
300 | reg = <3d40 40>; | 302 | reg = <3d40 40>; |