aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Martin <Dave.Martin@arm.com>2015-03-17 12:35:41 +0000
committerAlex Shi <alex.shi@linaro.org>2015-11-07 22:11:18 +0800
commitb3ec732f405ed887132c1900a81c6b313ac102ed (patch)
tree26bfd0af237713ae5dd705d4301c327414f4e1f9
parenta6d5027ab69a2dad853b2ea4f1c4c4ebd8b321d4 (diff)
arm64: juno: Fix misleading name of UART reference clock
The UART reference clock speed is 7273.8 kHz, not 72738 kHz. Dots aren't usually used in node names even though ePAPR permits them. However, this can easily be avoided by expressing the frequency in Hz, not kHz. This patch changes the name to refclk7273800hz, reflecting the actual clock speed. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Acked-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Olof Johansson <olof@lixom.net> (cherry picked from commit 78d84bc3734c2566dbba09baae2414734661ed6a) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--arch/arm64/boot/dts/arm/juno-clocks.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-clocks.dtsi b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
index ea2b5666a16f..c9b89efe0f56 100644
--- a/arch/arm64/boot/dts/arm/juno-clocks.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
@@ -8,7 +8,7 @@
*/
/* SoC fixed clocks */
- soc_uartclk: refclk72738khz {
+ soc_uartclk: refclk7273800hz {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <7273800>;