summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp157c-ev1.dts
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@st.com>2019-10-07 16:34:01 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2019-10-25 14:28:42 +0200
commit49bb8b69b52439f6ad9931b8d2ecfa5c196c9c44 (patch)
tree84559f3036e615728a43827d9f1437ebb2aeaa32 /arch/arm/boot/dts/stm32mp157c-ev1.dts
parentda5152f25adec75888328d9d5090b704a7a09af9 (diff)
ARM: dts: stm32: remove usb phy-names entries on stm32mp157c-ev1
"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>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r--arch/arm/boot/dts/stm32mp157c-ev1.dts2
1 files changed, 0 insertions, 2 deletions
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";
};