On 8/7/21 9:24 AM, Simon Glass wrote: > This is actually a misnomer now, since the phandle info may contain > a driver_info index or a udevice index. Rename it to use the word > 'phandle', which seems more accurate. Add a comment while we are here. > > Also add a test for this function. > > Signed-off-by: Simon Glass <[email protected]> > --- > > drivers/clk/clk-uclass.c | 7 +++---- > drivers/mmc/ftsdc010_mci.c | 2 +- > drivers/mmc/rockchip_dw_mmc.c | 2 +- > drivers/mmc/rockchip_sdhci.c | 2 +- > drivers/ram/rockchip/sdram_rk3399.c | 2 +- > drivers/spi/rk_spi.c | 2 +- > include/clk.h | 31 ++++++++++++++++++++++++++--- > test/dm/of_platdata.c | 19 ++++++++++++++++++ > 8 files changed, 55 insertions(+), 12 deletions(-) > Applied to u-boot-dm/next, thanks!

