diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-23 04:26:00 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-23 04:26:00 +0300 |
commit | 1b8ee1ec413bce16b0fc0e43816588c288fdc229 (patch) | |
tree | bc562f94952033c16aaecdc18da8ca97cd04716f /arch/arm/boot/dts/r8a7740-armadillo800eva.dts | |
parent | 5430dfe90db8a4443fa7f9b62c77e82f768dd797 (diff) | |
parent | 53c517a83741718e35dd0494eb271c3c6e3820e5 (diff) | |
download | linux-1b8ee1ec413bce16b0fc0e43816588c288fdc229.tar.xz |
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Olof Johansson:
"A few fixes for fallout that we didn't catch in time in -next, or
smaller warning fixes that have been discovered since"
* tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
soc: qcom/spm: shut up uninitialized variable warning
ARM: realview: fix device tree build
ARM: debug-ll: fix BCM63xx entry for multiplatform
ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHz
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index 78a21f2828df..c548cabb102f 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -180,7 +180,7 @@ }; &extal1_clk { - clock-frequency = <25000000>; + clock-frequency = <24000000>; }; &extal2_clk { clock-frequency = <48000000>; |