[PATCH 1/5] ppc: mpc85xx: mpc8544 support

2013-11-05 Thread Renaud Barbier
Definitions are added to support the mpc8544 sOC. The function returning the I2C bus frequency is updated to take into account the mpc8544 specific clock ratio. A mininal GPIO API is added to enable and set the GPIO out pins. Signed-off-by: Renaud Barbier --- arch/ppc/include/asm/fsl_lbc.h

[PATCH 1/5] ppc: mpc85xx: mpc8544 support

2013-10-30 Thread Renaud Barbier
Definitions are added to support the mpc8544 CPU. The function returning the I2C bus frequency is updated to take into account the mpc8544 specific clock ratio. Signed-off-by: Renaud Barbier --- arch/ppc/include/asm/processor.h |2 ++ arch/ppc/mach-mpc85xx/cpuid.c