On Wed, 9 Sep 2020 at 10:26, Patrick Delaunay <patrick.delau...@st.com> wrote: > > 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.delau...@st.com> > --- > > drivers/gpio/gpio-uclass.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>