[PATCH 18/20] arch: dts: Fix EHCI/OHCI DT nodes name

Amelie DELAUNAY amelie.delaunay at st.com
Thu Oct 15 19:05:43 AEDT 2020


Hi Serge,

On 10/14/20 12:14 PM, Serge Semin wrote:
> In accordance with the Generic EHCI/OHCI bindings the corresponding node
> name is suppose to comply with the Generic USB HCD DT schema, which
> requires the USB nodes to have the name acceptable by the regexp:
> "^usb(@.*)?"  . Let's fix the DTS files, which have the nodes defined with
> incompatible names.
> 
> Signed-off-by: Serge Semin<Sergey.Semin at baikalelectronics.ru>
> 
> diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
> index bfe29023fbd5..576f7da564c5 100644
> --- a/arch/arm/boot/dts/stm32mp151.dtsi
> +++ b/arch/arm/boot/dts/stm32mp151.dtsi
> @@ -1404,7 +1404,7 @@ ethernet0: ethernet at 5800a000 {
>   			status = "disabled";
>   		};
>   
> -		usbh_ohci: usbh-ohci at 5800c000 {
> +		usbh_ohci: usb at 5800c000 {
>   			compatible = "generic-ohci";
>   			reg = <0x5800c000 0x1000>;
>   			clocks = <&rcc USBH>;
> @@ -1413,7 +1413,7 @@ usbh_ohci: usbh-ohci at 5800c000 {
>   			status = "disabled";
>   		};
>   
> -		usbh_ehci: usbh-ehci at 5800d000 {
> +		usbh_ehci: usb at 5800d000 {
>   			compatible = "generic-ehci";
>   			reg = <0x5800d000 0x1000>;
>   			clocks = <&rcc USBH>;

For STM32MP151:

Acked-by: Amelie Delaunay <amelie.delaunay at st.com>

Thanks,
Amelie


More information about the Linuxppc-dev mailing list