On Fri, 14 May 2021 at 14:54, Alper Nebi Yasak <alpernebiya...@gmail.com> wrote: > > With commit 84a42ae36683 ("dm: core: Rename device node to indicate it > is private") and commit f10643cf8a4c ("dm: core: Access device ofnode > through functions") accesses to the "node" member were replaced with > dev_ofnode(). Also apply that replacement here. > > Fixes: 4547551aa019 ("phy: Add Amlogic AXG MIPI PCIe Analog PHY driver") > Signed-off-by: Alper Nebi Yasak <alpernebiya...@gmail.com> > --- > > drivers/phy/meson-axg-mipi-pcie-analog.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>