mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-01 14:34:28 -04:00
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
|
||
|---|---|---|
| .. | ||
| 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 | ||