diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-22 15:58:56 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-26 07:54:14 -0700 |
commit | 86645c893297e67ae3472a89f4e10e8d57c82975 (patch) | |
tree | bed267c686aaf6beecf55a072c508973a4548de0 /arch/x86/dts/minnowmax.dts | |
parent | dc5740df7e5c95adbad0cd77de5e6e5eb40b469f (diff) | |
download | u-boot-imx-86645c893297e67ae3472a89f4e10e8d57c82975.zip u-boot-imx-86645c893297e67ae3472a89f4e10e8d57c82975.tar.gz u-boot-imx-86645c893297e67ae3472a89f4e10e8d57c82975.tar.bz2 |
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/dts/minnowmax.dts')
-rw-r--r-- | arch/x86/dts/minnowmax.dts | 2 |
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>; |