mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
arm64: dts: imx8: update usb compatible
Update usb compatible per binding doc Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20230322052504.2629429-7-peng.fan@oss.nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
69fef68e4c
commit
276dd9a66e
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user