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

dt-bindings: usb: do not use deprecated synopsys prefix

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

authored by

Krzysztof Kozlowski and committed by
Rob Herring
16234ef1 aaffb269

+2 -2
+1 -1
Documentation/devicetree/bindings/usb/dwc3-cavium.txt
··· 20 20 refclk-type-hs = "dlmc_ref_clk0"; 21 21 power = <0x00000002 0x00000002 0x00000001>; 22 22 xhci@1690000000000 { 23 - compatible = "cavium,octeon-7130-xhci", "synopsys,dwc3"; 23 + compatible = "cavium,octeon-7130-xhci", "snps,dwc3"; 24 24 reg = <0x00016900 0x00000000 0x00000010 0x00000000>; 25 25 interrupt-parent = <0x00000010>; 26 26 interrupts = <0x00000009 0x00000004>;
+1 -1
Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml
··· 92 92 ranges; 93 93 94 94 usb@2690000 { 95 - compatible = "synopsys,dwc3"; 95 + compatible = "snps,dwc3"; 96 96 reg = <0x2690000 0x70000>; 97 97 interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; 98 98 usb-phy = <&usb_phy>, <&usb_phy>;