[PATCH V4 3/6] ARM64: dts: imx8mn: update usb compatible
Peng Fan (OSS)
peng.fan at oss.nxp.com
Fri Mar 17 05:37:05 PDT 2023
From: Peng Fan <peng.fan at nxp.com>
Update usb compatible per binding doc
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index ed9ac6c5047c..5c3ace42fd4b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -1086,7 +1086,7 @@ disp_blk_ctrl: blk-ctrl at 32e28000 {
};
usbotg1: usb at 32e40000 {
- compatible = "fsl,imx8mn-usb", "fsl,imx7d-usb";
+ compatible = "fsl,imx8mn-usb", "fsl,imx7d-usb", "fsl,imx27-usb";
reg = <0x32e40000 0x200>;
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MN_CLK_USB1_CTRL_ROOT>;
@@ -1100,7 +1100,8 @@ usbotg1: usb at 32e40000 {
};
usbmisc1: usbmisc at 32e40200 {
- compatible = "fsl,imx8mn-usbmisc", "fsl,imx7d-usbmisc";
+ compatible = "fsl,imx8mn-usbmisc", "fsl,imx7d-usbmisc",
+ "fsl,imx6q-usbmisc";
#index-cells = <1>;
reg = <0x32e40200 0x200>;
};
--
2.37.1
More information about the linux-arm-kernel
mailing list