aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2009-04-07 04:20:57 -0400
committerBen Dooks <ben-linux@fluff.org>2009-04-07 05:23:33 -0400
commitc724d67dfff3bd547d2768b450af8d3b9f83bb27 (patch)
tree4c8d908adb1e4bc738db248cf57839ca0278a8b6 /arch
parentf2bd5efe723814916ece92ccfa0bffb085c94b94 (diff)
powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board
Preserve I2C clock settings for the Socrates MPC8544 board. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/socrates.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/socrates.dts b/arch/powerpc/boot/dts/socrates.dts
index b8d0fc6f0042..8de65b7002d1 100644
--- a/arch/powerpc/boot/dts/socrates.dts
+++ b/arch/powerpc/boot/dts/socrates.dts
@@ -78,11 +78,11 @@
78 #address-cells = <1>; 78 #address-cells = <1>;
79 #size-cells = <0>; 79 #size-cells = <0>;
80 cell-index = <0>; 80 cell-index = <0>;
81 compatible = "fsl-i2c"; 81 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
82 reg = <0x3000 0x100>; 82 reg = <0x3000 0x100>;
83 interrupts = <43 2>; 83 interrupts = <43 2>;
84 interrupt-parent = <&mpic>; 84 interrupt-parent = <&mpic>;
85 dfsrr; 85 fsl,preserve-clocking;
86 86
87 dtt@28 { 87 dtt@28 {
88 compatible = "winbond,w83782d"; 88 compatible = "winbond,w83782d";
@@ -110,11 +110,11 @@
110 #address-cells = <1>; 110 #address-cells = <1>;
111 #size-cells = <0>; 111 #size-cells = <0>;
112 cell-index = <1>; 112 cell-index = <1>;
113 compatible = "fsl-i2c"; 113 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
114 reg = <0x3100 0x100>; 114 reg = <0x3100 0x100>;
115 interrupts = <43 2>; 115 interrupts = <43 2>;
116 interrupt-parent = <&mpic>; 116 interrupt-parent = <&mpic>;
117 dfsrr; 117 fsl,preserve-clocking;
118 }; 118 };
119 119
120 enet0: ethernet@24000 { 120 enet0: ethernet@24000 {