projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c5992
)
ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Thu, 24 Jan 2019 14:42:52 +0000
(15:42 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 1 Feb 2019 14:14:21 +0000
(09:14 -0500)
This is required to enable the USB port #2 in SPL when DM_USB is used.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
arch/arm/dts/am4372-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/am4372-u-boot.dtsi
b/arch/arm/dts/am4372-u-boot.dtsi
index 0e6d41f54b7b974354b4b8ea91acff1705d74cb8..986ae17470d920a2bc428eacf304bd824739a4dc 100644
(file)
--- a/
arch/arm/dts/am4372-u-boot.dtsi
+++ b/
arch/arm/dts/am4372-u-boot.dtsi
@@
-45,3
+45,23
@@
&ocp2scp0 {
u-boot,dm-spl;
};
+
+&dwc3_2 {
+ u-boot,dm-spl;
+};
+
+&usb2 {
+ u-boot,dm-spl;
+};
+
+&usb2_phy2 {
+ u-boot,dm-spl;
+};
+
+&am43xx_control_usb2phy2 {
+ u-boot,dm-spl;
+};
+
+&ocp2scp1 {
+ u-boot,dm-spl;
+};