mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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
This commit is contained in:
parent
aaffb26991
commit
16234ef1d2
@ -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>;
|
||||
|
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user