aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8641_hpcn.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-12-12 00:17:24 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-12-12 00:17:24 -0500
commitec9686c4a57ea46c97126660936f66e8a5eb87eb (patch)
treed785261ff5e953a3dbcb7fe803739ea34df94f50 /arch/powerpc/boot/dts/mpc8641_hpcn.dts
parent1c1d1672b6b00c7061ea2468d740b4aaf34a763c (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/mpc8641_hpcn.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8641_hpcn.dts8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index b039f2136c9b..dc0efafd584f 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -69,7 +69,9 @@
69 bus-frequency = <0>; 69 bus-frequency = <0>;
70 70
71 i2c@3000 { 71 i2c@3000 {
72 device_type = "i2c"; 72 #address-cells = <1>;
73 #size-cells = <0>;
74 cell-index = <0>;
73 compatible = "fsl-i2c"; 75 compatible = "fsl-i2c";
74 reg = <3000 100>; 76 reg = <3000 100>;
75 interrupts = <2b 2>; 77 interrupts = <2b 2>;
@@ -78,7 +80,9 @@
78 }; 80 };
79 81
80 i2c@3100 { 82 i2c@3100 {
81 device_type = "i2c"; 83 #address-cells = <1>;
84 #size-cells = <0>;
85 cell-index = <1>;
82 compatible = "fsl-i2c"; 86 compatible = "fsl-i2c";
83 reg = <3100 100>; 87 reg = <3100 100>;
84 interrupts = <2b 2>; 88 interrupts = <2b 2>;