diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-22 08:28:48 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-22 08:28:48 +0000 |
commit | e579d8a69abc183027b8342e9b8aa37b396e7354 (patch) | |
tree | 74679f1c7f276e968ab2b3dfa0a2f26ae10b6f0a /target/linux/generic | |
parent | 1c6f92db45ba7b467c03bf15249b728400aece52 (diff) | |
download | master-187ad058-e579d8a69abc183027b8342e9b8aa37b396e7354.tar.gz master-187ad058-e579d8a69abc183027b8342e9b8aa37b396e7354.tar.bz2 master-187ad058-e579d8a69abc183027b8342e9b8aa37b396e7354.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44501 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
0 files changed, 0 insertions, 0 deletions