Skip to content

Commit e0dd4a0

Browse files
aford173gregkh
authored andcommitted
arm64: dts: renesas: beacon: Fix USB extal reference
commit 56bc544 upstream The USB extal clock reference isn't associated to a crystal, it's associated to a programmable clock, so remove the extal reference, add the usb2_clksel. Since usb_extal is referenced by the versaclock, reference it here so the usb2_clksel can get the proper clock speed of 50MHz. Signed-off-by: Adam Ford <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0f47027 commit e0dd4a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,10 @@
295295
status = "okay";
296296
};
297297

298-
&usb_extal_clk {
299-
clock-frequency = <50000000>;
298+
&usb2_clksel {
299+
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>,
300+
<&versaclock5 3>, <&usb3s0_clk>;
301+
status = "okay";
300302
};
301303

302304
&usb3s0_clk {

0 commit comments

Comments
 (0)