commit | 7a462740d09f16a060ac74873a708214524c83d4 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Sep 10 18:25:09 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 23 13:33:07 2020 -0400 |
tree | fa1039275f64eef40214d6704d0d4c272caede3c | |
parent | a3b3c1d416f189620bab4ec43adaec1fe920bbc4 [diff] |
i2c: i2c-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: Heiko Schocher <hs@denx.de>