From 86645c893297e67ae3472a89f4e10e8d57c82975 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 22 Aug 2015 15:58:56 -0600 Subject: 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 --- arch/x86/dts/minnowmax.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86') 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 = ; -- cgit v1.2.1