[U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

2017-05-07 Thread Bin Meng
Remove 'pad-offset' of soc_gpio_s5_0, soc_gpio_s5_1, soc_gpio_s5_2, pin_usb_host_en0 and pin_usb_host_en1. These offsets are actually wrong. Correct value should be added by 0x2000, but since they are supposed to be 'mode-gpio', 'pad-offset' is not needed at all. Signed-off-by: Bin Meng --- arc

Re: [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

2017-05-17 Thread Bin Meng
On Mon, May 15, 2017 at 11:02 AM, Simon Glass wrote: > On 7 May 2017 at 20:52, Bin Meng wrote: >> Remove 'pad-offset' of soc_gpio_s5_0, soc_gpio_s5_1, soc_gpio_s5_2, >> pin_usb_host_en0 and pin_usb_host_en1. These offsets are actually >> wrong. Correct value should be added by 0x2000, but since t

Re: [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

2017-05-07 Thread Stefan Roese
On 08.05.2017 04:52, Bin Meng wrote: Remove 'pad-offset' of soc_gpio_s5_0, soc_gpio_s5_1, soc_gpio_s5_2, pin_usb_host_en0 and pin_usb_host_en1. These offsets are actually wrong. Correct value should be added by 0x2000, but since they are supposed to be 'mode-gpio', 'pad-offset' is not needed at a

Re: [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

2017-05-14 Thread Simon Glass
On 7 May 2017 at 20:52, Bin Meng wrote: > Remove 'pad-offset' of soc_gpio_s5_0, soc_gpio_s5_1, soc_gpio_s5_2, > pin_usb_host_en0 and pin_usb_host_en1. These offsets are actually > wrong. Correct value should be added by 0x2000, but since they > are supposed to be 'mode-gpio', 'pad-offset' is not n