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/mpc8349emitx.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/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 5072f6d0a46d..c29e4f4a7ae5 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -51,7 +51,9 @@ | |||
51 | }; | 51 | }; |
52 | 52 | ||
53 | i2c@3000 { | 53 | i2c@3000 { |
54 | device_type = "i2c"; | 54 | #address-cells = <1>; |
55 | #size-cells = <0>; | ||
56 | cell-index = <0>; | ||
55 | compatible = "fsl-i2c"; | 57 | compatible = "fsl-i2c"; |
56 | reg = <3000 100>; | 58 | reg = <3000 100>; |
57 | interrupts = <e 8>; | 59 | interrupts = <e 8>; |
@@ -60,7 +62,9 @@ | |||
60 | }; | 62 | }; |
61 | 63 | ||
62 | i2c@3100 { | 64 | i2c@3100 { |
63 | device_type = "i2c"; | 65 | #address-cells = <1>; |
66 | #size-cells = <0>; | ||
67 | cell-index = <1>; | ||
64 | compatible = "fsl-i2c"; | 68 | compatible = "fsl-i2c"; |
65 | reg = <3100 100>; | 69 | reg = <3100 100>; |
66 | interrupts = <f 8>; | 70 | interrupts = <f 8>; |