aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2020-11-20 21:18:55 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:21:40 +0530
commit62be2367f5f8f2e83cedbe2189263b73d5f57834 (patch)
tree2a9c8ef5553345cd18bd0aa287c05a2bc88eb906 /arch/arm
parentd3af9e37727efd505e53e00fe1180ba628febf83 (diff)
downloadu-boot-62be2367f5f8f2e83cedbe2189263b73d5f57834.zip
u-boot-62be2367f5f8f2e83cedbe2189263b73d5f57834.tar.gz
u-boot-62be2367f5f8f2e83cedbe2189263b73d5f57834.tar.bz2
arm: dts: am654-base-board-uboot: Add aliases for USB subsystems
The sequence number assigned for USB subsystem in a uclass is dependent on the order of occurrence in the device tree. If the dr_mode of USB3SS0 controller is varied then the sequence number of USB3SS1 controller also changes. If aliases are added then sequence numbers are assigned using the alias number. This makes the sequence number of USB3SS1 controller independent of USB3SS0 controller's dr_mode. Therefore, add aliases to fix the sequence number assigned to the USB subsystems. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/k3-am654-base-board-u-boot.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index bd2f334..727bc3e 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -14,6 +14,8 @@
aliases {
serial2 = &main_uart0;
ethernet0 = &cpsw_port1;
+ usb0 = &usb0;
+ usb1 = &usb1;
};
};