diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-11-01 12:29:53 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-03 01:08:34 +0100 |
commit | 5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f (patch) | |
tree | 7dc5ef5f80f26c1d3735346650ec49ba925d4320 /arch/arm/boot/dts/imx7d.dtsi | |
parent | ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver (diff) | |
download | linux-5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f.tar.xz linux-5c8b3b8a182cbc1ccdfcdeea9b25dd2c12a8148f.zip |
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/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index cff875b80b60..b0bcfa9094a3 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -7,6 +7,12 @@ #include <dt-bindings/reset/imx7-reset.h> / { + aliases { + usb0 = &usbotg1; + usb1 = &usbotg2; + usb2 = &usbh; + }; + cpus { cpu0: cpu@0 { clock-frequency = <996000000>; |