Skip to content

Commit e47cb97

Browse files
committed
ARM: dts: r8a7740: Add missing extal2 to CPG node
The Clock Pulse Generator (CPG) device node lacks the extal2 clock. This may lead to a failure registering the "r" clock, or to a wrong parent for the "usb24s" clock, depending on MD_CK2 pin configuration and boot loader CPG_USBCKCR register configuration. This went unnoticed, as this does not affect the single upstream board configuration, which relies on the first clock input only. Fixes: d9ffd58 ("ARM: shmobile: r8a7740: add SoC clocks to DTS") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Ulrich Hecht <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b704fc1 commit e47cb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/r8a7740.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
cpg_clocks: cpg_clocks@e6150000 {
480480
compatible = "renesas,r8a7740-cpg-clocks";
481481
reg = <0xe6150000 0x10000>;
482-
clocks = <&extal1_clk>, <&extalr_clk>;
482+
clocks = <&extal1_clk>, <&extal2_clk>, <&extalr_clk>;
483483
#clock-cells = <1>;
484484
clock-output-names = "system", "pllc0", "pllc1",
485485
"pllc2", "r",

0 commit comments

Comments
 (0)