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