Commit 5cae84c9 authored by Domen Puncer's avatar Domen Puncer Committed by Paul Mackerras

[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: default avatarDomen Puncer <domen.puncer@telargo.com>
Signed-off-by: default avatarSylvain Munaut <tnt@246tNt.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 0d0f4bc7
...@@ -318,20 +318,22 @@ ata@3a00 { ...@@ -318,20 +318,22 @@ ata@3a00 {
i2c@3d00 { i2c@3d00 {
device_type = "i2c"; device_type = "i2c";
compatible = "mpc5200-i2c"; compatible = "mpc5200-i2c\0fsl-i2c";
cell-index = <0>; cell-index = <0>;
reg = <3d00 40>; reg = <3d00 40>;
interrupts = <2 f 0>; interrupts = <2 f 0>;
interrupt-parent = <500>; interrupt-parent = <500>;
fsl5200-clocking;
}; };
i2c@3d40 { i2c@3d40 {
device_type = "i2c"; device_type = "i2c";
compatible = "mpc5200-i2c"; compatible = "mpc5200-i2c\0fsl-i2c";
cell-index = <1>; cell-index = <1>;
reg = <3d40 40>; reg = <3d40 40>;
interrupts = <2 10 0>; interrupts = <2 10 0>;
interrupt-parent = <500>; interrupt-parent = <500>;
fsl5200-clocking;
}; };
sram@8000 { sram@8000 {
device_type = "sram"; device_type = "sram";
......
...@@ -323,20 +323,22 @@ ata@3a00 { ...@@ -323,20 +323,22 @@ ata@3a00 {
i2c@3d00 { i2c@3d00 {
device_type = "i2c"; device_type = "i2c";
compatible = "mpc5200b-i2c\0mpc5200-i2c"; compatible = "mpc5200b-i2c\0mpc5200-i2c\0fsl-i2c";
cell-index = <0>; cell-index = <0>;
reg = <3d00 40>; reg = <3d00 40>;
interrupts = <2 f 0>; interrupts = <2 f 0>;
interrupt-parent = <500>; interrupt-parent = <500>;
fsl5200-clocking;
}; };
i2c@3d40 { i2c@3d40 {
device_type = "i2c"; device_type = "i2c";
compatible = "mpc5200b-i2c\0mpc5200-i2c"; compatible = "mpc5200b-i2c\0mpc5200-i2c\0fsl-i2c";
cell-index = <1>; cell-index = <1>;
reg = <3d40 40>; reg = <3d40 40>;
interrupts = <2 10 0>; interrupts = <2 10 0>;
interrupt-parent = <500>; interrupt-parent = <500>;
fsl5200-clocking;
}; };
sram@8000 { sram@8000 {
device_type = "sram"; device_type = "sram";
......
config PPC_MPC52xx config PPC_MPC52xx
bool bool
select FSL_SOC
default n default n
config PPC_MPC5200 config PPC_MPC5200
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment