[PATCH alternative] lite5200(b) support for i2c
Sylvain Munaut
tnt at 246tNt.com
Mon Mar 5 21:24:46 EST 2007
Domen Puncer wrote:
> Add fsl-i2c to lite5200 i2c nodes in device tree, and enable FSL_SOC.
>
> Tested to work with built-in eeprom on lite5200b.
>
>
> Signed-off-by: Domen Puncer <domen.puncer at telargo.com>
>
> ---
> This patch obsoletes the previous one, and is shorter too :-)
>
>
> arch/powerpc/Kconfig | 1 +
> arch/powerpc/boot/dts/lite5200.dts | 6 ++++--
> arch/powerpc/boot/dts/lite5200b.dts | 6 ++++--
> 3 files changed, 9 insertions(+), 4 deletions(-)
>
> Index: grant.git/arch/powerpc/Kconfig
> ===================================================================
> --- grant.git.orig/arch/powerpc/Kconfig
> +++ grant.git/arch/powerpc/Kconfig
> @@ -128,6 +128,7 @@ config CLASSIC32
> bool "52xx/6xx/7xx/74xx"
> select PPC_FPU
> select 6xx
> + select FSL_SOC
> help
> There are four families of PowerPC chips supported. The more common
> types (601, 603, 604, 740, 750, 7400), the Motorola embedded
>
>
I would put the select FSL_SOC under the PPC_MPC52xx symbol and not the
CLASSIC32 one.
Otherwise, looks good.
Sylvain
More information about the Linuxppc-embedded
mailing list