]> git.proxmox.com Git - mirror_qemu.git/commit
hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helper
authorBin Meng <bin.meng@windriver.com>
Fri, 30 Apr 2021 07:12:55 +0000 (15:12 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 7 Jun 2021 23:59:41 +0000 (09:59 +1000)
commitcb53b283b5adf4123273d07eee5e186e2e0a1b5b
treea48f039d21f46f1e05aad856524beb82ebc4afa6
parenta35947f15c0ee695eba3c55248ec8ac3e4e23cca
hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helper

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.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210430071302.1489082-1-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/sifive_u.c