[PATCH 3/3] ARM: dts: stm32: Add usbphyc_port1 supply on DHCOM SoM

Alexandre TORGUE alexandre.torgue at foss.st.com
Thu Jul 15 07:57:40 PDT 2021


Hi Marek,

On 6/10/21 5:02 PM, Marek Vasut wrote:
> 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 at 5a006000: usb-phy at 1: 'phy-supply' is a required property
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Alexandre Torgue <alexandre.torgue at foss.st.com>
> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
> Cc: kernel at dh-electronics.com
> Cc: linux-stm32 at st-md-mailman.stormreply.com
> To: linux-arm-kernel at lists.infradead.org
> ---
>   arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi
> index fb45c5aa878d..4b10b013ffd5 100644
> --- a/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi
> +++ b/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi
> @@ -159,3 +159,7 @@ &usbphyc {
>   &usbphyc_port0 {
>   	phy-supply = <&vdd_usb>;
>   };
> +
> +&usbphyc_port1 {
> +	phy-supply = <&vdd_usb>;
> +};
> 

Series applied on stm32-next.

Thanks
Alex



More information about the linux-arm-kernel mailing list