diff options
author | Domen Puncer <domen.puncer@telargo.com> | 2007-05-06 11:38:49 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 06:31:15 -0400 |
commit | 5cae84c9710cbb780bcbc96ac842a9e539f059ad (patch) | |
tree | 1042167239a7e1d65757764a87be3a48bc029566 /arch/powerpc/boot/dts/lite5200b.dts | |
parent | 0d0f4bc70e19f8782996793c3905bce14a7cabd7 (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/lite5200b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200b.dts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index 5ba8100c1b38..00211b39a342 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -323,20 +323,22 @@ | |||
323 | 323 | ||
324 | i2c@3d00 { | 324 | i2c@3d00 { |
325 | device_type = "i2c"; | 325 | device_type = "i2c"; |
326 | compatible = "mpc5200b-i2c\0mpc5200-i2c"; | 326 | compatible = "mpc5200b-i2c\0mpc5200-i2c\0fsl-i2c"; |
327 | cell-index = <0>; | 327 | cell-index = <0>; |
328 | reg = <3d00 40>; | 328 | reg = <3d00 40>; |
329 | interrupts = <2 f 0>; | 329 | interrupts = <2 f 0>; |
330 | interrupt-parent = <500>; | 330 | interrupt-parent = <500>; |
331 | fsl5200-clocking; | ||
331 | }; | 332 | }; |
332 | 333 | ||
333 | i2c@3d40 { | 334 | i2c@3d40 { |
334 | device_type = "i2c"; | 335 | device_type = "i2c"; |
335 | compatible = "mpc5200b-i2c\0mpc5200-i2c"; | 336 | compatible = "mpc5200b-i2c\0mpc5200-i2c\0fsl-i2c"; |
336 | cell-index = <1>; | 337 | cell-index = <1>; |
337 | reg = <3d40 40>; | 338 | reg = <3d40 40>; |
338 | interrupts = <2 10 0>; | 339 | interrupts = <2 10 0>; |
339 | interrupt-parent = <500>; | 340 | interrupt-parent = <500>; |
341 | fsl5200-clocking; | ||
340 | }; | 342 | }; |
341 | sram@8000 { | 343 | sram@8000 { |
342 | device_type = "sram"; | 344 | device_type = "sram"; |