[PATCH 2/5] ARM: dts: s5pv210: align EHCI/OHCI nodes with dtschema

Alim Akhtar alim.akhtar at samsung.com
Tue Mar 15 10:01:40 PDT 2022



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski at canonical.com]
>Sent: Monday, March 14, 2022 11:50 PM
>To: Greg Kroah-Hartman <gregkh at linuxfoundation.org>; Rob Herring
><robh+dt at kernel.org>; Krzysztof Kozlowski <krzk+dt at kernel.org>; Alim
>Akhtar <alim.akhtar at samsung.com>; linux-usb at vger.kernel.org;
>devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
>samsung-soc at vger.kernel.org; linux-kernel at vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
>Subject: [PATCH 2/5] ARM: dts: s5pv210: align EHCI/OHCI nodes with
>dtschema
>
>The node names should be generic and USB DT schema expects "usb" names.
>
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
>---
Probably you can squash this with the 1/5 patch

Reviewed-by: Alim Akhtar <alim.akhtar at samsung.com>

> arch/arm/boot/dts/s5pv210.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/arch/arm/boot/dts/s5pv210.dtsi
b/arch/arm/boot/dts/s5pv210.dtsi
>index 353ba7b09a0c..a7aca54832d9 100644
>--- a/arch/arm/boot/dts/s5pv210.dtsi
>+++ b/arch/arm/boot/dts/s5pv210.dtsi
>@@ -427,7 +427,7 @@ usbphy: usbphy at ec100000 {
> 			status = "disabled";
> 		};
>
>-		ehci: ehci at ec200000 {
>+		ehci: usb at ec200000 {
> 			compatible = "samsung,exynos4210-ehci";
> 			reg = <0xec200000 0x100>;
> 			interrupts = <23>;
>@@ -444,7 +444,7 @@ port at 0 {
> 			};
> 		};
>
>-		ohci: ohci at ec300000 {
>+		ohci: usb at ec300000 {
> 			compatible = "samsung,exynos4210-ohci";
> 			reg = <0xec300000 0x100>;
> 			interrupts = <23>;
>--
>2.32.0





More information about the linux-arm-kernel mailing list