2022-03-15 10:46:22

by Krzysztof Kozlowski

[permalink] [raw]
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 <[email protected]>
---
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@ec100000 {
status = "disabled";
};

- ehci: ehci@ec200000 {
+ ehci: usb@ec200000 {
compatible = "samsung,exynos4210-ehci";
reg = <0xec200000 0x100>;
interrupts = <23>;
@@ -444,7 +444,7 @@ port@0 {
};
};

- ohci: ohci@ec300000 {
+ ohci: usb@ec300000 {
compatible = "samsung,exynos4210-ohci";
reg = <0xec300000 0x100>;
interrupts = <23>;
--
2.32.0


2022-03-17 03:46:00

by Alim Akhtar

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



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:[email protected]]
>Sent: Monday, March 14, 2022 11:50 PM
>To: Greg Kroah-Hartman <[email protected]>; Rob Herring
><[email protected]>; Krzysztof Kozlowski <[email protected]>; Alim
>Akhtar <[email protected]>; [email protected];
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]
>Cc: Krzysztof Kozlowski <[email protected]>
>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 <[email protected]>
>---
Probably you can squash this with the 1/5 patch

Reviewed-by: Alim Akhtar <[email protected]>

> 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@ec100000 {
> status = "disabled";
> };
>
>- ehci: ehci@ec200000 {
>+ ehci: usb@ec200000 {
> compatible = "samsung,exynos4210-ehci";
> reg = <0xec200000 0x100>;
> interrupts = <23>;
>@@ -444,7 +444,7 @@ port@0 {
> };
> };
>
>- ohci: ohci@ec300000 {
>+ ohci: usb@ec300000 {
> compatible = "samsung,exynos4210-ohci";
> reg = <0xec300000 0x100>;
> interrupts = <23>;
>--
>2.32.0


2022-04-05 02:12:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: (subset) [PATCH 2/5] ARM: dts: s5pv210: align EHCI/OHCI nodes with dtschema

On Mon, 14 Mar 2022 19:19:45 +0100, Krzysztof Kozlowski wrote:
> The node names should be generic and USB DT schema expects "usb" names.
>
>

Applied, thanks!

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

Best regards,
--
Krzysztof Kozlowski <[email protected]>