commit | 19eb0cbb1a1740145fad5976d888c6e1fe1f0f3c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun May 07 19:52:30 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 17 17:13:06 2017 +0800 |
tree | 6c03692d4479199679fc9a9db0b0a9bdca33e725 | |
parent | 59be2c07c8f4ea105791941716f066f4e41be8fc [diff] |
x86: minnowmax: Remove incorrect pad-offset of several pins 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 <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>