diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-11-01 14:29:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-03 03:08:34 +0300 |
commit | 5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f (patch) | |
tree | 7dc5ef5f80f26c1d3735346650ec49ba925d4320 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 73db215119963918afe446c6cec76e2d421aa33c (diff) | |
download | linux-5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f.tar.xz |
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/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index b58262acba11..251007a7b836 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -47,6 +47,8 @@ spi1 = &ecspi2; spi2 = &ecspi3; spi3 = &ecspi4; + usb0 = &usbotg1; + usb1 = &usbh; }; cpus { |