summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 21:58:56 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-26 14:54:14 (GMT)
commit86645c893297e67ae3472a89f4e10e8d57c82975 (patch)
treebed267c686aaf6beecf55a072c508973a4548de0 /arch
parentdc5740df7e5c95adbad0cd77de5e6e5eb40b469f (diff)
downloadu-boot-fsl-qoriq-86645c893297e67ae3472a89f4e10e8d57c82975.tar.xz
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')
-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 a8ecf0d..e917f0f 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>;