diff options
author | Dave Martin <[email protected]> | 2015-03-17 12:35:41 +0000 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2015-03-29 13:56:08 -0700 |
commit | 78d84bc3734c2566dbba09baae2414734661ed6a (patch) | |
tree | f1a0423c7030bfc31c65ab127c4f1fef05415203 | |
parent | 53b1a66398ac59d294bc26498b7d65dd44b758bb (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 <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/arm/juno-clocks.dtsi | 2 |
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>; |