You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch mpc85xx: add v3.18 support 10 years ago
100-fix_mpc8568e_mds.patch mpc85xx: add v3.18 support 10 years ago
110-fix_mpc8548_cds.patch mpc85xx: add v3.18 support 10 years ago
120-mpc8548_cds_i8259_noirq_init.patch mpc85xx: add v3.18 support 10 years ago
130-mpc8548_cds_disable_i8259_irq.patch mpc85xx: add v3.18 support 10 years ago
140-powerpc-85xx-tl-wdr4900-v1-support.patch mpc85xx: add v3.18 support 10 years ago
142-add-mpic-timer-clock-frequency.patch mpc85xx: add mpic timer clock frequency to avoid boot log warning 9 years ago
150-powerpc-85xx-fix-etsec-ranges.patch mpc85xx: add v3.18 support 10 years ago
210-spi-fsl-espi-preallocate-local-buffer.patch mpc85xx: add v3.18 support 10 years ago