diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8572ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 0eb44fb9647d..91d15e8de9b5 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -69,7 +69,9 @@ | |||
69 | }; | 69 | }; |
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>; |