All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: beacon: Fix usb2_clksel
@ 2021-08-26 14:24 Adam Ford
  2021-09-21 15:33 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2021-08-26 14:24 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: geert+renesas, magnus.damm, Adam Ford

The clock driver only sets the bit when extal is available and
xtal is not.  Remove the xtal references to properly set the
clock selection bit.

Fixes: 56bc54496f5d ("arm64: dts: renesas: beacon: Fix USB extal reference")
Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
index 090dc9c4f57b..9908ad90d398 100644
--- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
@@ -323,7 +323,9 @@ &sdhi3 {
 
 &usb2_clksel {
 	clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>,
-		  <&versaclock5 3>, <&usb3s0_clk>;
+		  <&versaclock5 3>;
+	clock-names = "ehci_ohci", "hs-usb-if",
+		      "usb_extal";
 	status = "okay";
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-21 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 14:24 [PATCH] arm64: dts: renesas: beacon: Fix usb2_clksel Adam Ford
2021-09-21 15:33 ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.