git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001550b
)
arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot
author
Wadim Egorov
<w.egorov@phytec.de>
Mon, 10 Jun 2024 13:33:46 +0000
(15:33 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Jun 2024 16:29:00 +0000
(10:29 -0600)
Enable usb0 in all boot phases for use with DFU.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Daniel Schultz <d.schultz@phytec.de>
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
index
7c76acc
..
2bc5acb
100644
(file)
--- a/
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
+++ b/
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
@@
-168,6
+168,15
@@
bootph-all;
};
+&usbss0 {
+ bootph-all;
+};
+
+&usb0 {
+ dr_mode = "peripheral";
+ bootph-all;
+};
+
&vcc_3v3_mmc {
bootph-all;
};