aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_rdb.dts
diff options
context:
space:
mode:
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 388c8a7012e..91849dd6422 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -52,7 +52,9 @@
52 }; 52 };
53 53
54 i2c@3000 { 54 i2c@3000 {
55 device_type = "i2c"; 55 #address-cells = <1>;
56 #size-cells = <0>;
57 cell-index = <0>;
56 compatible = "fsl-i2c"; 58 compatible = "fsl-i2c";
57 reg = <3000 100>; 59 reg = <3000 100>;
58 interrupts = <e 8>; 60 interrupts = <e 8>;