ARM: dts: stm32: Add usbphyc_port1 supply on DHCOM SoM
authorMarek Vasut <marex@denx.de>
Thu, 10 Jun 2021 15:02:43 +0000 (17:02 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 30 Jul 2021 13:38:11 +0000 (15:38 +0200)
The port is unused, but shares the same supply with port0, so fill the
DT property in. This fixes the following dtbs_check warning:
arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dt.yaml: usbphyc@5a006000: usb-phy@1: 'phy-supply' is a required property

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: kernel@dh-electronics.com
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi

index fb45c5aa878da43c8fa5d6fefe81ffa3ac0d1157..4b10b013ffd52274fc6ae1cd2dde1c83eddee4f3 100644 (file)
 &usbphyc_port0 {
        phy-supply = <&vdd_usb>;
 };
+
+&usbphyc_port1 {
+       phy-supply = <&vdd_usb>;
+};