]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: minnowmax: Correct pad-offset value for host_en1
authorSimon Glass <sjg@chromium.org>
Sat, 22 Aug 2015 21:58:56 +0000 (15:58 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:47 +0000 (11:29 +0200)
This should be 0x250, not 0x258. Fix it.

Reported-by: Andrew Bradford <andrew.bradford@kodakalaris.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/minnowmax.dts

index a8ecf0d5f4b1892d828fbd4e79cd5dbab69b6980..e917f0f55b0e0b6aa111396d40e930890a4c5296 100644 (file)
@@ -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>;