commit | f642c5362683b2250bd7b624e54cd310eb5e0304 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 21 14:53:34 2019 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:13 2019 +0100 |
tree | 34dd4f90286d9f92a9014f4dda99cba633a92b53 | |
parent | b3e0a5a9d06019d7be155f0d0af5d86c642bf20c [diff] |
rockchip: Implement spl_gpio in the GPIO driver Allow rockchip boards to use GPIOs before driver model is ready. This is really only useful for setting GPIOs to enable the early debug console, if needed on some platforms. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>