commit | 8558217153df685992573e067bd9f95dd4d2ef3a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Sep 09 18:26:16 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 01 10:33:37 2020 -0500 |
tree | ed28fa4195583a077862d40a5644aa935dfd54bc | |
parent | c8e251f82af97562741e51110ed8828a5c5744c6 [diff] |
gpio: Convert to use APIs which support live DT Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver can support live DT. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>