Skip to content

Commit

Permalink
powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfgang Grandegger authored and Ben Dooks committed Apr 7, 2009
1 parent f2bd5ef commit c724d67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/boot/dts/socrates.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
#address-cells = <1>;
#size-cells = <0>;
cell-index = <0>;
compatible = "fsl-i2c";
compatible = "fsl,mpc8544-i2c", "fsl-i2c";
reg = <0x3000 0x100>;
interrupts = <43 2>;
interrupt-parent = <&mpic>;
dfsrr;
fsl,preserve-clocking;

dtt@28 {
compatible = "winbond,w83782d";
Expand Down Expand Up @@ -110,11 +110,11 @@
#address-cells = <1>;
#size-cells = <0>;
cell-index = <1>;
compatible = "fsl-i2c";
compatible = "fsl,mpc8544-i2c", "fsl-i2c";
reg = <0x3100 0x100>;
interrupts = <43 2>;
interrupt-parent = <&mpic>;
dfsrr;
fsl,preserve-clocking;
};

enet0: ethernet@24000 {
Expand Down

0 comments on commit c724d67

Please sign in to comment.