Re: [PATCH 03/29] arm: dts: am437x: Correct DWC USB3 compatible string

2020-11-10 Thread Tony Lindgren
* Krzysztof Kozlowski  [201020 12:31]:
> On Tue, Oct 20, 2020 at 02:59:33PM +0300, Serge Semin wrote:
> > Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix.
> > Use it instead of the deprecated "synopsys" one.
> > 
> > Signed-off-by: Serge Semin 
> > ---
> >  arch/arm/boot/dts/am437x-l4.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Reviewed-by: Krzysztof Kozlowski 

Applying this one into omap-for-v5.11/dt thanks.

Tony


Re: [PATCH 03/29] arm: dts: am437x: Correct DWC USB3 compatible string

2020-10-20 Thread Krzysztof Kozlowski
On Tue, Oct 20, 2020 at 02:59:33PM +0300, Serge Semin wrote:
> Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix.
> Use it instead of the deprecated "synopsys" one.
> 
> Signed-off-by: Serge Semin 
> ---
>  arch/arm/boot/dts/am437x-l4.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Krzysztof Kozlowski 

Best regards,
Krzysztof


[PATCH 03/29] arm: dts: am437x: Correct DWC USB3 compatible string

2020-10-20 Thread Serge Semin
Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix.
Use it instead of the deprecated "synopsys" one.

Signed-off-by: Serge Semin 
---
 arch/arm/boot/dts/am437x-l4.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi
index 3d393fe252c6..59eeff217844 100644
--- a/arch/arm/boot/dts/am437x-l4.dtsi
+++ b/arch/arm/boot/dts/am437x-l4.dtsi
@@ -2386,7 +2386,7 @@ dwc3_1: omap_dwc3@0 {
ranges = <0 0 0x2>;
 
usb1: usb@1 {
-   compatible = "synopsys,dwc3";
+   compatible = "snps,dwc3";
reg = <0x1 0x1>;
interrupts = ,
 ,
@@ -2466,7 +2466,7 @@ dwc3_2: omap_dwc3@0 {
ranges = <0 0 0x2>;
 
usb2: usb@1 {
-   compatible = "synopsys,dwc3";
+   compatible = "snps,dwc3";
reg = <0x1 0x1>;
interrupts = ,
 ,
-- 
2.27.0