]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: remove usb phy-names entries on stm32mp157c-ev1
authorAlexandre Torgue <alexandre.torgue@st.com>
Mon, 7 Oct 2019 14:34:01 +0000 (16:34 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 25 Oct 2019 12:28:42 +0000 (14:28 +0200)
"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>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index 6287db532e7d26fab72db1d208109d535228a720..2baae5f25e2c23031d993697ec86da10f1226224 100644 (file)
@@ -343,14 +343,12 @@ timer@11 {
 
 &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";
 };