From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Fri, 2 Oct 2020 13:11:44 +0000 Subject: [PATCH] mailbox: stm32_ipcc: Convert to use APIs which support live DT In-Reply-To: <20200909154815.29020-1-patrick.delaunay@st.com> References: <20200909154815.29020-1-patrick.delaunay@st.com> Message-ID: <3b6bad1104f54bd19ca40b749d104d42@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 17:48 > > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver can > support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/mailbox/stm32-ipcc.c | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Applied to u-boot-stm/next, thanks! Regards Patrick