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/mpc8610_hpcd.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/mpc8610_hpcd.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8610_hpcd.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 966edf1161a6..e9c444ed922f 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -47,10 +47,10 @@ | |||
47 | bus-frequency = <0>; | 47 | bus-frequency = <0>; |
48 | 48 | ||
49 | i2c@3000 { | 49 | i2c@3000 { |
50 | device_type = "i2c"; | ||
51 | compatible = "fsl-i2c"; | ||
52 | #address-cells = <1>; | 50 | #address-cells = <1>; |
53 | #size-cells = <0>; | 51 | #size-cells = <0>; |
52 | cell-index = <0>; | ||
53 | compatible = "fsl-i2c"; | ||
54 | reg = <3000 100>; | 54 | reg = <3000 100>; |
55 | interrupts = <2b 2>; | 55 | interrupts = <2b 2>; |
56 | interrupt-parent = <&mpic>; | 56 | interrupt-parent = <&mpic>; |
@@ -58,10 +58,10 @@ | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | i2c@3100 { | 60 | i2c@3100 { |
61 | device_type = "i2c"; | ||
62 | compatible = "fsl-i2c"; | ||
63 | #address-cells = <1>; | 61 | #address-cells = <1>; |
64 | #size-cells = <0>; | 62 | #size-cells = <0>; |
63 | cell-index = <1>; | ||
64 | compatible = "fsl-i2c"; | ||
65 | reg = <3100 100>; | 65 | reg = <3100 100>; |
66 | interrupts = <2b 2>; | 66 | interrupts = <2b 2>; |
67 | interrupt-parent = <&mpic>; | 67 | interrupt-parent = <&mpic>; |