commit | 5b465beac634d65ca5097568a8f4e9e1d61013e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:50:49 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | 62dda0957518bf1ffdc5988b02a06c3b1509761c | |
parent | dafbfe83e04c17d304129b709ec6305acd616aac [diff] |
x86: ivybridge: Ensure LPC is available for GPIO base The bd82x6x_get_gpio_base() does not work if the LPC is not set up. Probe it early to avoid this problem. In chromebook_link64 this problem shows up as an inability to read the GPIO straps for the memory type. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>