]> Git Repo - J-linux.git/commitdiff
ARM: dts: am437x: Correct DWC USB3 compatible string
authorSerge Semin <[email protected]>
Tue, 20 Oct 2020 11:59:33 +0000 (14:59 +0300)
committerTony Lindgren <[email protected]>
Tue, 10 Nov 2020 13:16:43 +0000 (15:16 +0200)
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am437x-l4.dtsi

index c220dc3c4e0f3bf103b333614328c73f39a82add..700c7650c845d29ab363be7f995c2d491fbf2106 100644 (file)
                                ranges = <0 0 0x20000>;
 
                                usb1: usb@10000 {
-                                       compatible = "synopsys,dwc3";
+                                       compatible = "snps,dwc3";
                                        reg = <0x10000 0x10000>;
                                        interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
                                                     <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
                                ranges = <0 0 0x20000>;
 
                                usb2: usb@10000 {
-                                       compatible = "synopsys,dwc3";
+                                       compatible = "snps,dwc3";
                                        reg = <0x10000 0x10000>;
                                        interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
                                                     <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
This page took 0.057502 seconds and 4 git commands to generate.