aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/lite5200.dts
diff options
context:
space:
mode:
authorDomen Puncer <domen.puncer@telargo.com>2007-05-06 11:38:49 -0400
committerPaul Mackerras <paulus@samba.org>2007-05-07 06:31:15 -0400
commit5cae84c9710cbb780bcbc96ac842a9e539f059ad (patch)
tree1042167239a7e1d65757764a87be3a48bc029566 /arch/powerpc/boot/dts/lite5200.dts
parent0d0f4bc70e19f8782996793c3905bce14a7cabd7 (diff)
[POWERPC] lite5200(b) support for i2c
Add fsl-i2c to mpc5200 i2c node in device tree, and enable FSL_SOC. Tested to work with built-in eeprom on lite5200b. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dts/lite5200.dts')
-rw-r--r--arch/powerpc/boot/dts/lite5200.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index 6e2650dbca58..e13ac6ef05a9 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -318,20 +318,22 @@
318 318
319 i2c@3d00 { 319 i2c@3d00 {
320 device_type = "i2c"; 320 device_type = "i2c";
321 compatible = "mpc5200-i2c"; 321 compatible = "mpc5200-i2c\0fsl-i2c";
322 cell-index = <0>; 322 cell-index = <0>;
323 reg = <3d00 40>; 323 reg = <3d00 40>;
324 interrupts = <2 f 0>; 324 interrupts = <2 f 0>;
325 interrupt-parent = <500>; 325 interrupt-parent = <500>;
326 fsl5200-clocking;
326 }; 327 };
327 328
328 i2c@3d40 { 329 i2c@3d40 {
329 device_type = "i2c"; 330 device_type = "i2c";
330 compatible = "mpc5200-i2c"; 331 compatible = "mpc5200-i2c\0fsl-i2c";
331 cell-index = <1>; 332 cell-index = <1>;
332 reg = <3d40 40>; 333 reg = <3d40 40>;
333 interrupts = <2 10 0>; 334 interrupts = <2 10 0>;
334 interrupt-parent = <500>; 335 interrupt-parent = <500>;
336 fsl5200-clocking;
335 }; 337 };
336 sram@8000 { 338 sram@8000 {
337 device_type = "sram"; 339 device_type = "sram";