On Mon, May 31, 2021 at 12:34 PM Bin Meng <bmeng...@gmail.com> wrote: > > On Fri, Apr 30, 2021 at 3:13 PM Bin Meng <bmeng...@gmail.com> wrote: > > > > From: Bin Meng <bin.m...@windriver.com> > > > > Since commit 78da6a1bca22 ("device_tree: add qemu_fdt_setprop_string_array > > helper"), > > we can use the new helper to set the clock name for the ethernet > > controller node. > > > > Signed-off-by: Bin Meng <bin.m...@windriver.com> > > Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> > > --- > > > > Changes in v2: > > - use "static const char * const" for ethclk_names > > > > hw/riscv/sifive_u.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > Looks like this series was not applied?
It's in my current tree. It just missed out on the last PR, it will be in the next one. I was hoping that would be today, but I hit some testing issues. Should be this week. Alistair > > Regards, > Bin >