summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2020-03-25 13:42:26 +0800
committerPeter Chen <peter.chen@nxp.com>2020-03-27 11:21:59 +0800
commit89a49f36e0fba41f302c4d102f75bf9ae634a2ad (patch)
treed573555bd0ebedb80f29004321374267ea0ca6c7 /arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
parentf304da5ac15f7c7c1b2e6a8a7471dabd31681a70 (diff)
MLK-23676 ARM64: imx8dxl-ss-conn: change USBOTG2 compatible
"fsl,imx8qm-usb" is not defined at driver, and "fsl,imx27-usb" is older model. We need to use the closest model for it to get the newer features, like runtime pm. Reviewed-by: Jun Li <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
index 3b0311fb17aa..d66158442c18 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
@@ -119,7 +119,7 @@
};
usbotg2: usb@5b0e0000 {
- compatible = "fsl,imx8qm-usb", "fsl,imx27-usb";
+ compatible = "fsl,imx8qm-usb", "fsl,imx7ulp-usb";
reg = <0x5b0e0000 0x200>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;