ARM: dts: exynos: Correct DWC USB3 compatible string

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 <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20201020115959.2658-5-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Serge Semin 2020-10-20 14:59:34 +03:00 committed by Krzysztof Kozlowski
parent 4b6533c04a
commit 214a7c874e

View File

@ -636,7 +636,7 @@
ranges;
usbdrd_dwc3: dwc3@12000000 {
compatible = "synopsys,dwc3";
compatible = "snps,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;