Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
U-Boot
Commits
b8c725e7
Commit
b8c725e7
authored
Jan 06, 2021
by
Tom Rini
Browse files
Merge tag 'u-boot-stm32-20210106' of
https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Fix GPIO hog flags on DHCOM boards
parents
c2d80bbd
ec4efd5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
+2
-2
arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts
arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts
+1
-1
No files found.
arch/arm/dts/stm32mp15xx-dhcom-drc02.dts
View file @
b8c725e7
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*/
*/
usb
-
hub
{
usb
-
hub
{
gpio
-
hog
;
gpio
-
hog
;
gpios
=
<
8
GPIO_ACTIVE_HIGH
>;
gpios
=
<
8
0
>;
output
-
high
;
output
-
high
;
line
-
name
=
"rs485-rx-en"
;
line
-
name
=
"rs485-rx-en"
;
};
};
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
*/
*/
usb
-
hub
{
usb
-
hub
{
gpio
-
hog
;
gpio
-
hog
;
gpios
=
<
2
GPIO_ACTIVE_HIGH
>;
gpios
=
<
2
0
>;
output
-
high
;
output
-
high
;
line
-
name
=
"usb-hub-reset"
;
line
-
name
=
"usb-hub-reset"
;
};
};
...
...
arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts
View file @
b8c725e7
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*/
*/
usb
-
port
-
power
{
usb
-
port
-
power
{
gpio
-
hog
;
gpio
-
hog
;
gpios
=
<
13
GPIO_ACTIVE_LOW
>;
gpios
=
<
13
0
>;
output
-
low
;
output
-
low
;
line
-
name
=
"usb-port-power"
;
line
-
name
=
"usb-port-power"
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment