projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6e4ee
)
arm: dts: imx93-var-som-symphony: Add USB support.
author
Mathieu Othacehe
<othacehe@gnu.org>
Tue, 20 Feb 2024 10:35:03 +0000
(11:35 +0100)
committer
Fabio Estevam
<festevam@denx.de>
Sat, 24 Feb 2024 19:22:01 +0000
(16:22 -0300)
Enable both usbotg1 and usbotg2 ports.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
arch/arm/dts/imx93-var-som-symphony.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx93-var-som-symphony.dts
b/arch/arm/dts/imx93-var-som-symphony.dts
index a67bd005e5450dcc092d2c24383b3147fe1729d2..1bc619427165e38344efae05c242e4257b7bdb7a 100644
(file)
--- a/
arch/arm/dts/imx93-var-som-symphony.dts
+++ b/
arch/arm/dts/imx93-var-som-symphony.dts
@@
-285,6
+285,24
@@
status = "okay";
};
+&usbotg1 {
+ dr_mode = "otg";
+ hnp-disable;
+ srp-disable;
+ adp-disable;
+ disable-over-current;
+ status = "okay";
+};
+
+&usbotg2 {
+ dr_mode = "host";
+ hnp-disable;
+ srp-disable;
+ adp-disable;
+ disable-over-current;
+ status = "okay";
+};
+
/* SD */
&usdhc2 {
pinctrl-names = "default", "state_100mhz", "state_200mhz";