summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_rdb.dts
diff options
context:
space:
mode:
authorKumar Gala2007-12-12 06:17:24 +0100
committerKumar Gala2007-12-12 06:17:24 +0100
commitec9686c4a57ea46c97126660936f66e8a5eb87eb (patch)
treed785261ff5e953a3dbcb7fe803739ea34df94f50 /arch/powerpc/boot/dts/mpc832x_rdb.dts
parent[POWERPC] 86xx: Add aliases node to 8641hpcn DTS file. (diff)
downloadkernel-qcow2-linux-ec9686c4a57ea46c97126660936f66e8a5eb87eb.tar.gz
kernel-qcow2-linux-ec9686c4a57ea46c97126660936f66e8a5eb87eb.tar.xz
kernel-qcow2-linux-ec9686c4a57ea46c97126660936f66e8a5eb87eb.zip
[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/mpc832x_rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_rdb.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts
index 388c8a7012e1..91849dd64223 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -52,7 +52,9 @@
};
i2c@3000 {
- device_type = "i2c";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ cell-index = <0>;
compatible = "fsl-i2c";
reg = <3000 100>;
interrupts = <e 8>;