commit | 1d99e673c752bc7d55aa25b02e050741496f7109 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Mon Feb 07 17:09:01 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 08 22:51:48 2022 -0400 |
tree | e2c081865cef9411867a22f9581102b75a362b6f | |
parent | 34be6968c3570d8e03fcafcd60c02f315b8f4602 [diff] |
gpio: Enable hogging support in SPL Use the CONFIG macros to conditionally build the GPIO hogging support in either the SPL or U-Boot, or both, depending on the configuration. Also call the GPIO hog probe function in the common SPL board initialization as an equivalent to adding it to the U-Boot init sequence functions. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Simon Glass <sjg@chromium.org>