diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-11-01 19:29:53 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-03 08:08:34 +0800 |
commit | 5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f (patch) | |
tree | 7dc5ef5f80f26c1d3735346650ec49ba925d4320 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 73db215119963918afe446c6cec76e2d421aa33c (diff) |
ARM: dts: imx: add usb alias
Add usb alias for bootloader searching the controller in correct order.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index bc98b63922b0..cb2a8ef9070c 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -45,6 +45,10 @@ spi1 = &ecspi2; spi2 = &ecspi3; spi3 = &ecspi4; + usb0 = &usbotg; + usb1 = &usbh1; + usb2 = &usbh2; + usb3 = &usbh3; usbphy0 = &usbphy1; usbphy1 = &usbphy2; }; |