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/mpc834x_mds.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/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 49363f89cb71..73311e82ab5d 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -59,7 +59,7 @@ | |||
59 | i2c@3000 { | 59 | i2c@3000 { |
60 | #address-cells = <1>; | 60 | #address-cells = <1>; |
61 | #size-cells = <0>; | 61 | #size-cells = <0>; |
62 | device_type = "i2c"; | 62 | cell-index = <0>; |
63 | compatible = "fsl-i2c"; | 63 | compatible = "fsl-i2c"; |
64 | reg = <3000 100>; | 64 | reg = <3000 100>; |
65 | interrupts = <e 8>; | 65 | interrupts = <e 8>; |
@@ -75,7 +75,7 @@ | |||
75 | i2c@3100 { | 75 | i2c@3100 { |
76 | #address-cells = <1>; | 76 | #address-cells = <1>; |
77 | #size-cells = <0>; | 77 | #size-cells = <0>; |
78 | device_type = "i2c"; | 78 | cell-index = <1>; |
79 | compatible = "fsl-i2c"; | 79 | compatible = "fsl-i2c"; |
80 | reg = <3100 100>; | 80 | reg = <3100 100>; |
81 | interrupts = <f 8>; | 81 | interrupts = <f 8>; |