mailbox: stm32_ipcc: Convert to use APIs which support live DT
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 9 Sep 2020 15:48:15 +0000 (17:48 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 2 Oct 2020 13:05:14 +0000 (15:05 +0200)
commit04e29ca5bbb82f15d7a32d4130214c6a15db69aa
treedd039e757d53ca0215a40a175df31335b2ee1578
parenta04616be1b56512e407a86bade58c3e6cd948be0
mailbox: stm32_ipcc: 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: Patrice Chotard <patrice.chotard@st.com>
drivers/mailbox/stm32-ipcc.c