Re: [PATCH 04/29] arm: dts: exynos: Correct DWC USB3 compatible string

2020-10-26 Thread Krzysztof Kozlowski
On Tue, Oct 20, 2020 at 02:59:34PM +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/exynos5250.dtsi | 2 +-

Thanks, applied.

Best regards,
Krzysztof



[PATCH 04/29] arm: dts: exynos: 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/exynos5250.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi 
b/arch/arm/boot/dts/exynos5250.dtsi
index e3dbe4166836..6daeba7d6b49 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -630,7 +630,7 @@ usb_dwc3 {
ranges;
 
usbdrd_dwc3: dwc3@1200 {
-   compatible = "synopsys,dwc3";
+   compatible = "snps,dwc3";
reg = <0x1200 0x1>;
interrupts = ;
phys = <_phy 0>, <_phy 1>;
-- 
2.27.0