1
0
Fork 0

LF-387-5 arm64: dts: layerscape: add chip-specific compatible string to usb nodes

To allow USB dwc3 driver to conduct some chip-scpeific configuring.
Cover all arm64 based Layerscape SoCs.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Reviewed-by: Jun Li <jun.li@nxp.com>
Reviewed-by: Leo Li <leo.li@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Ran Wang 2019-11-22 14:18:49 +08:00
parent 2e2432559a
commit 0aebb6ecf4
6 changed files with 13 additions and 13 deletions

View File

@ -443,7 +443,7 @@
};
usb0: usb3@2f00000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1012a-dwc3", "snps,dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>;
dr_mode = "host";

View File

@ -694,7 +694,7 @@
dma-ranges = <0x0 0x0 0x0 0x0 0x100 0x00000000>;
usb0: usb3@2f00000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1043a-dwc3", "snps,dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>;
dr_mode = "host";
@ -708,7 +708,7 @@
};
usb1: usb3@3000000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1043a-dwc3", "snps,dwc3";
reg = <0x0 0x3000000 0x0 0x10000>;
interrupts = <0 61 0x4>;
dr_mode = "host";
@ -722,7 +722,7 @@
};
usb2: usb3@3100000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1043a-dwc3", "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 63 0x4>;
dr_mode = "host";

View File

@ -593,7 +593,7 @@
dma-ranges = <0x0 0x0 0x0 0x0 0x100 0x00000000>;
usb0: usb@2f00000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1046a-dwc3", "snps,dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
@ -606,7 +606,7 @@
};
usb1: usb@3000000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1046a-dwc3", "snps,dwc3";
reg = <0x0 0x3000000 0x0 0x10000>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
@ -619,7 +619,7 @@
};
usb2: usb@3100000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1046a-dwc3", "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";

View File

@ -394,7 +394,7 @@
};
usb0: usb3@3100000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1088a-dwc3", "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
@ -406,7 +406,7 @@
};
usb1: usb3@3110000 {
compatible = "snps,dwc3";
compatible = "fsl,ls1088a-dwc3", "snps,dwc3";
reg = <0x0 0x3110000 0x0 0x10000>;
interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";

View File

@ -730,7 +730,7 @@
usb0: usb3@3100000 {
status = "disabled";
compatible = "snps,dwc3";
compatible = "fsl,ls2088a-dwc3", "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 80 0x4>; /* Level high type */
dr_mode = "host";
@ -742,7 +742,7 @@
usb1: usb3@3110000 {
status = "disabled";
compatible = "snps,dwc3";
compatible = "fsl,ls2088a-dwc3", "snps,dwc3";
reg = <0x0 0x3110000 0x0 0x10000>;
interrupts = <0 81 0x4>; /* Level high type */
dr_mode = "host";

View File

@ -864,7 +864,7 @@
};
usb0: usb@3100000 {
compatible = "snps,dwc3";
compatible = "fsl,lx2160a-dwc3", "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
@ -878,7 +878,7 @@
};
usb1: usb@3110000 {
compatible = "snps,dwc3";
compatible = "fsl,lx2160a-dwc3", "snps,dwc3";
reg = <0x0 0x3110000 0x0 0x10000>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";