Skip to content

Commit 78d84bc

Browse files
Dave Martinolofj
authored andcommitted
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>
1 parent 53b1a66 commit 78d84bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/arm/juno-clocks.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
/* SoC fixed clocks */
11-
soc_uartclk: refclk72738khz {
11+
soc_uartclk: refclk7273800hz {
1212
compatible = "fixed-clock";
1313
#clock-cells = <0>;
1414
clock-frequency = <7273800>;

0 commit comments

Comments
 (0)