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/mpc8568mds.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/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 54394372b12a..d73e5f165ef8 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -74,7 +74,7 @@ | |||
74 | i2c@3000 { | 74 | i2c@3000 { |
75 | #address-cells = <1>; | 75 | #address-cells = <1>; |
76 | #size-cells = <0>; | 76 | #size-cells = <0>; |
77 | device_type = "i2c"; | 77 | cell-index = <0>; |
78 | compatible = "fsl-i2c"; | 78 | compatible = "fsl-i2c"; |
79 | reg = <3000 100>; | 79 | reg = <3000 100>; |
80 | interrupts = <2b 2>; | 80 | interrupts = <2b 2>; |
@@ -90,7 +90,7 @@ | |||
90 | i2c@3100 { | 90 | i2c@3100 { |
91 | #address-cells = <1>; | 91 | #address-cells = <1>; |
92 | #size-cells = <0>; | 92 | #size-cells = <0>; |
93 | device_type = "i2c"; | 93 | cell-index = <1>; |
94 | compatible = "fsl-i2c"; | 94 | compatible = "fsl-i2c"; |
95 | reg = <3100 100>; | 95 | reg = <3100 100>; |
96 | interrupts = <2b 2>; | 96 | interrupts = <2b 2>; |