[U-Boot] [PATCH 05/10] x86: minnowmax: Correct pad-offset value for host_en1
Simon Glass
sjg at chromium.org
Thu Aug 13 04:09:34 CEST 2015
This should be 0x250, not 0x258. Fix it.
Reported-by: Andrew Bradford <andrew.bradford at kodakalaris.com>
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/dts/minnowmax.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts
index 33fb009..7d4b309 100644
--- a/arch/x86/dts/minnowmax.dts
+++ b/arch/x86/dts/minnowmax.dts
@@ -66,7 +66,7 @@
pin_usb_host_en1 at 0 {
gpio-offset = <0x80 9>;
- pad-offset = <0x258>;
+ pad-offset = <0x250>;
mode-gpio;
output-value = <1>;
direction = <PIN_OUTPUT>;
--
2.5.0.276.gf5e568e
More information about the U-Boot
mailing list