diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-02-21 11:22:28 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-02-23 01:06:07 +0300 |
commit | 16234ef1d2aa170e37c27734ab6544633707ba19 (patch) | |
tree | 4a0bd0368315881f634a98db1eca5a433823640a /Documentation/devicetree/bindings/usb/dwc3-cavium.txt | |
parent | aaffb26991bca8cae5f00bb65f0b5a190ca71929 (diff) | |
download | linux-16234ef1d2aa170e37c27734ab6544633707ba19.tar.xz |
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
Diffstat (limited to 'Documentation/devicetree/bindings/usb/dwc3-cavium.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc3-cavium.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3-cavium.txt b/Documentation/devicetree/bindings/usb/dwc3-cavium.txt index 710b782ccf65..171df79360ff 100644 --- a/Documentation/devicetree/bindings/usb/dwc3-cavium.txt +++ b/Documentation/devicetree/bindings/usb/dwc3-cavium.txt @@ -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>; |