
Dear York Sun,
In message 1363973369-26110-24-git-send-email-yorksun@freescale.com you wrote:
From: Wang Dongsheng dongsheng.wang@freescale.com
Set the device tree property associated with the mpic source frequency. The frequency is used for mpic timer. the mpic timer use CCB/2 frequency on freescale corenet platform, other freescale platform use CCB frequency.
Signed-off-by: Wang Dongsheng dongsheng.wang@freescale.com
arch/powerpc/cpu/mpc85xx/fdt.c | 5 +++++ 1 file changed, 5 insertions(+)
CHECK: Alignment should match open parenthesis #128: FILE: arch/powerpc/cpu/mpc85xx/fdt.c:669: + do_fixup_by_compat_u32(blob, "fsl,mpic", + "clock-frequency", get_bus_freq(0)/2, 1);
CHECK: Alignment should match open parenthesis #131: FILE: arch/powerpc/cpu/mpc85xx/fdt.c:672: + do_fixup_by_compat_u32(blob, "fsl,mpic", + "clock-frequency", get_bus_freq(0), 1);
Best regards,
Wolfgang Denk