Commit 59fc16d7 authored by Serge Semin's avatar Serge Semin Committed by Santosh Shilimkar

arm: dts: keystone: Correct DWC USB3 compatible string

Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix.
Use it instead of the deprecated "synopsys" one.
Signed-off-by: default avatarSerge Semin <Sergey.Semin@baikalelectronics.ru>
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent 5c8fe583
...@@ -79,7 +79,7 @@ keystone_usb1: usb@25000000 { ...@@ -79,7 +79,7 @@ keystone_usb1: usb@25000000 {
status = "disabled"; status = "disabled";
usb1: dwc3@25010000 { usb1: dwc3@25010000 {
compatible = "synopsys,dwc3"; compatible = "snps,dwc3";
reg = <0x25010000 0x70000>; reg = <0x25010000 0x70000>;
interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
usb-phy = <&usb1_phy>, <&usb1_phy>; usb-phy = <&usb1_phy>, <&usb1_phy>;
......
...@@ -218,7 +218,7 @@ keystone_usb0: usb@2680000 { ...@@ -218,7 +218,7 @@ keystone_usb0: usb@2680000 {
status = "disabled"; status = "disabled";
usb0: dwc3@2690000 { usb0: dwc3@2690000 {
compatible = "synopsys,dwc3"; compatible = "snps,dwc3";
reg = <0x2690000 0x70000>; reg = <0x2690000 0x70000>;
interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
usb-phy = <&usb_phy>, <&usb_phy>; usb-phy = <&usb_phy>, <&usb_phy>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment