1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/mpc85xx/patches-3.18
John Crispin 2f544d56d0 mpc85xx: add mpic timer clock frequency to avoid boot log warning
MPIC timers are enabled in the config, however a devicetree clock setting
is missing causing the following error:
/soc@ffe00000/timer@41100: cannot get timer frequency.
/soc@ffe00000/timer@42100: cannot get timer frequency.

This patch adds the missing clock and avoids the error.
It's a functional copy of this code
do_fixup_by_compat_u32(blob, "fsl,mpic",
        "clock-frequency", get_bus_freq(0), 1);
in arch/powerpc/cpu/mpc85xx/fdt.c in the u-boot code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 44501
2015-02-22 08:28:48 +00:00
..
001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch
100-fix_mpc8568e_mds.patch
110-fix_mpc8548_cds.patch
120-mpc8548_cds_i8259_noirq_init.patch
130-mpc8548_cds_disable_i8259_irq.patch
140-powerpc-85xx-tl-wdr4900-v1-support.patch
142-add-mpic-timer-clock-frequency.patch
150-powerpc-85xx-fix-etsec-ranges.patch
210-spi-fsl-espi-preallocate-local-buffer.patch