1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-22 15:38:43 +02:00
openwrt/target/linux/mpc85xx
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
..
base-files targets: base-files: diag.sh does not need to be executable 2015-02-07 19:58:58 +00:00
generic mpc85xx: Add subtargets Generic and P1020 2013-04-26 16:57:43 +00:00
image mpc85xx: fix another typo in the image makefile 2014-12-11 18:18:16 +00:00
p1020 mcp85xx/p1020: fixup config-default 2014-12-11 18:39:22 +00:00
patches-3.14 mpc85xx: add missing devicetree ranges property for ethernet devices 2014-12-11 18:18:10 +00:00
patches-3.18 mpc85xx: add mpic timer clock frequency to avoid boot log warning 2015-02-22 08:28:48 +00:00
profiles mpc85xx: use wpad-mini in WDR4900 profile instead of wpad 2014-10-14 10:30:56 +00:00
base-files.mk
config-3.14 mpc85xx: add 3.14 kernel support for mpc85xx platform 2014-11-19 09:20:55 +00:00
config-3.18 mpc85xx: add v3.18 support 2015-02-17 20:28:36 +00:00
Makefile mpc85xx: set v3.18 as default 2015-02-19 14:30:03 +00:00