dt-bindings: usb: do not use deprecated synopsys prefix
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 21 Feb 2022 08:22:28 +0000 (09:22 +0100)
committerRob Herring <robh@kernel.org>
Tue, 22 Feb 2022 22:06:07 +0000 (16:06 -0600)
The "synopsys" prefix and "synopsys,dwc3" compatible are deprecated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220221082228.34407-3-krzysztof.kozlowski@canonical.com
Documentation/devicetree/bindings/usb/dwc3-cavium.txt
Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml

index 710b782ccf654a443e2e394e24f3e55479a6032d..171df79360ff6299554753ed41a5bfba6dfbf901 100644 (file)
@@ -20,7 +20,7 @@ Example device node:
                            refclk-type-hs = "dlmc_ref_clk0";
                            power = <0x00000002 0x00000002 0x00000001>;
                            xhci@1690000000000 {
-                                   compatible = "cavium,octeon-7130-xhci", "synopsys,dwc3";
+                                   compatible = "cavium,octeon-7130-xhci", "snps,dwc3";
                                    reg = <0x00016900 0x00000000 0x00000010 0x00000000>;
                                    interrupt-parent = <0x00000010>;
                                    interrupts = <0x00000009 0x00000004>;
index f6e91a5fd8fe7e7f43f330b3a4f044469be9323f..b1f65a6565283b439860b453fc65b3f63fc6382c 100644 (file)
@@ -92,7 +92,7 @@ examples:
       ranges;
 
       usb@2690000 {
-        compatible = "synopsys,dwc3";
+        compatible = "snps,dwc3";
         reg = <0x2690000 0x70000>;
         interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
         usb-phy = <&usb_phy>, <&usb_phy>;