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/kuroboxHD.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/kuroboxHD.dts')
-rw-r--r-- | arch/powerpc/boot/dts/kuroboxHD.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/kuroboxHD.dts b/arch/powerpc/boot/dts/kuroboxHD.dts index ec71ab819fee..1c14dcde6838 100644 --- a/arch/powerpc/boot/dts/kuroboxHD.dts +++ b/arch/powerpc/boot/dts/kuroboxHD.dts | |||
@@ -60,7 +60,7 @@ XXXX add flash parts, rtc, ?? | |||
60 | i2c@80003000 { | 60 | i2c@80003000 { |
61 | #address-cells = <1>; | 61 | #address-cells = <1>; |
62 | #size-cells = <0>; | 62 | #size-cells = <0>; |
63 | device_type = "i2c"; | 63 | cell-index = <0>; |
64 | compatible = "fsl-i2c"; | 64 | compatible = "fsl-i2c"; |
65 | reg = <80003000 1000>; | 65 | reg = <80003000 1000>; |
66 | interrupts = <5 2>; | 66 | interrupts = <5 2>; |