projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5740d
)
x86: minnowmax: Correct pad-offset value for host_en1
author
Simon Glass
<sjg@chromium.org>
Sat, 22 Aug 2015 21:58:56 +0000
(15:58 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 26 Aug 2015 14:54:14 +0000
(07:54 -0700)
This should be 0x250, not 0x258. Fix it.
Reported-by: Andrew Bradford <andrew.bradford@kodakalaris.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/minnowmax.dts
patch
|
blob
|
history
diff --git
a/arch/x86/dts/minnowmax.dts
b/arch/x86/dts/minnowmax.dts
index
a8ecf0d
..
e917f0f
100644
(file)
--- a/
arch/x86/dts/minnowmax.dts
+++ b/
arch/x86/dts/minnowmax.dts
@@
-67,7
+67,7
@@
pin_usb_host_en1@0 {
gpio-offset = <0x80 9>;
- pad-offset = <0x25
8
>;
+ pad-offset = <0x25
0
>;
mode-gpio;
output-value = <1>;
direction = <PIN_OUTPUT>;