Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am437x: 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>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Serge Semin and committed by
Tony Lindgren
35f9a0d3 b8651645

+2 -2
+2 -2
arch/arm/boot/dts/am437x-l4.dtsi
··· 2388 2388 ranges = <0 0 0x20000>; 2389 2389 2390 2390 usb1: usb@10000 { 2391 - compatible = "synopsys,dwc3"; 2391 + compatible = "snps,dwc3"; 2392 2392 reg = <0x10000 0x10000>; 2393 2393 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>, 2394 2394 <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>, ··· 2468 2468 ranges = <0 0 0x20000>; 2469 2469 2470 2470 usb2: usb@10000 { 2471 - compatible = "synopsys,dwc3"; 2471 + compatible = "snps,dwc3"; 2472 2472 reg = <0x10000 0x10000>; 2473 2473 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>, 2474 2474 <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,