summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 15:58:56 -0600
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:14 -0700
commit86645c893297e67ae3472a89f4e10e8d57c82975 (patch)
treebed267c686aaf6beecf55a072c508973a4548de0 /arch/x86
parentdc5740df7e5c95adbad0cd77de5e6e5eb40b469f (diff)
downloadtalos-obmc-uboot-86645c893297e67ae3472a89f4e10e8d57c82975.tar.gz
talos-obmc-uboot-86645c893297e67ae3472a89f4e10e8d57c82975.zip
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/minnowmax.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts
index a8ecf0d5f4..e917f0f55b 100644
--- 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 = <0x258>;
+ pad-offset = <0x250>;
mode-gpio;
output-value = <1>;
direction = <PIN_OUTPUT>;
OpenPOWER on IntegriCloud