> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Friday, January 20, 2023 9:24 PM
> To: Rob Herring <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Alim Akhtar
> <[email protected]>; Inki Dae <[email protected]>; Kyungmin
> Park <[email protected]>; Kukjin Kim <[email protected]>;
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]
> Cc: [email protected]; [email protected];
> ~postmarketos/[email protected]; Martin Jücker
> <[email protected]>; Henrik Grimler <[email protected]>;
> Krzysztof Kozlowski <[email protected]>
> Subject: [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names
> 
> The DT schema expect HSOTG node names to be named "usb":
> 
>   exynos4210-smdkv310.dtb: hsotg@12480000: $nodename:0:
> 'hsotg@12480000' does not match '^usb(@.*)?'
> 
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Alim Akhtar <[email protected]>

>  arch/arm/boot/dts/exynos3250.dtsi | 2 +-
>  arch/arm/boot/dts/exynos4.dtsi    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi
> b/arch/arm/boot/dts/exynos3250.dtsi
> index 9b25449d5311..36b47c2c1663 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -365,7 +365,7 @@ sysmmu_fimd0: sysmmu@11e20000 {
>                       #iommu-cells = <0>;
>               };
> 
> -             hsotg: hsotg@12480000 {
> +             hsotg: usb@12480000 {
>                       compatible = "samsung,s3c6400-hsotg";
>                       reg = <0x12480000 0x20000>;
>                       interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi index 5c4ecda27a47..55afe9972460
> 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -362,7 +362,7 @@ exynos_usbphy: exynos-usbphy@125b0000 {
>                       status = "disabled";
>               };
> 
> -             hsotg: hsotg@12480000 {
> +             hsotg: usb@12480000 {
>                       compatible = "samsung,s3c6400-hsotg";
>                       reg = <0x12480000 0x20000>;
>                       interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
> --
> 2.34.1



_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to