diff options
author | Olof Johansson <olof@lixom.net> | 2016-01-22 11:28:23 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-01-22 11:28:23 -0500 |
commit | 53c517a83741718e35dd0494eb271c3c6e3820e5 (patch) | |
tree | 8478605c81d1d5c27ea9b7ab09db40b03538fd0f | |
parent | 00affcac69c7aae6c2cfcbc71f724e1c16d0b445 (diff) | |
parent | c61f30a255550bbfc6b83c1ca720661489cac4c0 (diff) |
Merge tag 'renesas-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
Renesas ARM Based SoC Fixes for v4.5
Correct extal1 frequency of armadillo800eva board
* tag 'renesas-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHz
Signed-off-by: Olof Johansson <olof@lixom.net>
-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 105d9c95de4a..5c76dcc89df5 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts | |||
@@ -180,7 +180,7 @@ | |||
180 | }; | 180 | }; |
181 | 181 | ||
182 | &extal1_clk { | 182 | &extal1_clk { |
183 | clock-frequency = <25000000>; | 183 | clock-frequency = <24000000>; |
184 | }; | 184 | }; |
185 | &extal2_clk { | 185 | &extal2_clk { |
186 | clock-frequency = <48000000>; | 186 | clock-frequency = <48000000>; |