diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2019-01-24 15:42:51 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-01 09:14:21 -0500 |
commit | 64c59926ad3354a2dc64ad25739ce7b79fced494 (patch) | |
tree | 14d26bfb526055d1851b281ff80d9121b3352294 /arch/arm/dts | |
parent | dd5b0e229bb6fd6ea0e0e747e01aa5d48b4df8d1 (diff) |
ARM: DTS: am43xx: Add aliases for the USB ports
Although not required, it doesn't hurt to explicitly map the USB ports to
a USB controller. Without this, the port number will be derived from the
binding order of the peripheral devices.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/am4372-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/am4372-u-boot.dtsi b/arch/arm/dts/am4372-u-boot.dtsi index 99922ca030..0e6d41f54b 100644 --- a/arch/arm/dts/am4372-u-boot.dtsi +++ b/arch/arm/dts/am4372-u-boot.dtsi @@ -3,6 +3,13 @@ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ */ +/{ + aliases { + usb0 = &usb1; + usb1 = &usb2; + }; +}; + &am43xx_control_usb2phy1 { compatible = "ti,control-phy-usb2-am437", "syscon"; }; |