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/mpc8544ds.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/mpc8544ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index 6c608de1fc1b..a81eccae17a8 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts | |||
@@ -64,7 +64,9 @@ | |||
64 | }; | 64 | }; |
65 | 65 | ||
66 | i2c@3000 { | 66 | i2c@3000 { |
67 | device_type = "i2c"; | 67 | #address-cells = <1>; |
68 | #size-cells = <0>; | ||
69 | cell-index = <0>; | ||
68 | compatible = "fsl-i2c"; | 70 | compatible = "fsl-i2c"; |
69 | reg = <3000 100>; | 71 | reg = <3000 100>; |
70 | interrupts = <2b 2>; | 72 | interrupts = <2b 2>; |
@@ -72,6 +74,17 @@ | |||
72 | dfsrr; | 74 | dfsrr; |
73 | }; | 75 | }; |
74 | 76 | ||
77 | i2c@3100 { | ||
78 | #address-cells = <1>; | ||
79 | #size-cells = <0>; | ||
80 | cell-index = <1>; | ||
81 | compatible = "fsl-i2c"; | ||
82 | reg = <3100 100>; | ||
83 | interrupts = <2b 2>; | ||
84 | interrupt-parent = <&mpic>; | ||
85 | dfsrr; | ||
86 | }; | ||
87 | |||
75 | mdio@24520 { | 88 | mdio@24520 { |
76 | #address-cells = <1>; | 89 | #address-cells = <1>; |
77 | #size-cells = <0>; | 90 | #size-cells = <0>; |