Commit 276dd9a6 authored by Peng Fan's avatar Peng Fan Committed by Greg Kroah-Hartman

arm64: dts: imx8: update usb compatible

Update usb compatible per binding doc
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230322052504.2629429-7-peng.fan@oss.nxp.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 69fef68e
......@@ -35,7 +35,7 @@ conn_ipg_clk: clock-conn-ipg {
};
usbotg1: usb@5b0d0000 {
compatible = "fsl,imx7ulp-usb";
compatible = "fsl,imx7ulp-usb", "fsl,imx6ul-usb", "fsl,imx27-usb";
reg = <0x5b0d0000 0x200>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
......@@ -51,7 +51,7 @@ usbotg1: usb@5b0d0000 {
usbmisc1: usbmisc@5b0d0200 {
#index-cells = <1>;
compatible = "fsl,imx7ulp-usbmisc", "fsl,imx6q-usbmisc";
compatible = "fsl,imx7ulp-usbmisc", "fsl,imx7d-usbmisc", "fsl,imx6q-usbmisc";
reg = <0x5b0d0200 0x200>;
};
......
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