Commit 5af9a0ae authored by Mathieu Choplain's avatar Mathieu Choplain Committed by Fabio Baltieri
Browse files

dts: st: stm32u595: remove OTGHSPHY enable bit from usbotg_hs clocks



37bdc38e failed to take into account commit
f72ef5c2, and added the OTGHSPHYEN bit
back into the OTGHS controller's `clocks` property. This should have no
functional impact (due to how the USB driver is implemented), but ought
to be removed anyways as duplicates information and is confusing.

Clean the DTSI for U595 and revert back OTGHS controller `clocks` such
that it only contain the controller's clock enable bit, as it should.

Signed-off-by: default avatarMathieu Choplain <mathieu.choplain@st.com>
parent 0460c9fd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -108,8 +108,7 @@
			num-bidir-endpoints = <9>;
			ram-size = <4096>;
			maximum-speed = "high-speed";
			/* Enable OTG_HS PHY and peripheral clocks (OTGHSPHYEN | OTGEN) */
			clocks = <&rcc STM32_CLOCK_BUS_AHB2 ((1 << 15) | (1 << 14))>;
			clocks = <&rcc STM32_CLOCK(AHB2, 14)>;
			phys = <&otghs_phy>;
			status = "disabled";
		};