diff mbox series

[3/4] ARM: dts: stm32: remove usb phy-names entries on stm32mp157c-ev1

Message ID 20191007143402.13266-4-alexandre.torgue@st.com (mailing list archive)
State Mainlined
Commit 49bb8b69b52439f6ad9931b8d2ecfa5c196c9c44
Headers show
Series ARM: dts: stm32: Add fixes to be compliant with DT validation tool | expand

Commit Message

Alexandre TORGUE Oct. 7, 2019, 2:34 p.m. UTC
"phy-names" entries are not used. To be compliant with DT validation
tool, those entries have to be remove.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index 6287db532e7d..2baae5f25e2c 100644
--- a/arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts
@@ -343,14 +343,12 @@ 
 
 &usbh_ehci {
 	phys = <&usbphyc_port0>;
-	phy-names = "usb";
 	status = "okay";
 };
 
 &usbotg_hs {
 	dr_mode = "peripheral";
 	phys = <&usbphyc_port1 0>;
-	phy-names = "usb2-phy";
 	status = "okay";
 };