mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
x86: minnowmax: Correct pad-offset value for host_en1
This should be 0x250, not 0x258. Fix it. Reported-by: Andrew Bradford <andrew.bradford@kodakalaris.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
dc5740df7e
commit
86645c8932
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
pin_usb_host_en1@0 {
|
||||
gpio-offset = <0x80 9>;
|
||||
pad-offset = <0x258>;
|
||||
pad-offset = <0x250>;
|
||||
mode-gpio;
|
||||
output-value = <1>;
|
||||
direction = <PIN_OUTPUT>;
|
||||
|
|
Loading…
Add table
Reference in a new issue