From: Simon Glass Date: Sat, 22 Aug 2015 21:58:56 +0000 (-0600) Subject: x86: minnowmax: Correct pad-offset value for host_en1 X-Git-Tag: v2015.10-rc3~92^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86645c893297e67ae3472a89f4e10e8d57c82975;p=u-boot x86: minnowmax: Correct pad-offset value for host_en1 This should be 0x250, not 0x258. Fix it. Reported-by: Andrew Bradford Signed-off-by: Simon Glass --- 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 = ;