Re: [PATCH QEMU v2 2/5] ARM: PL061: Extract pl061_create_fdt()

2020-04-23 Thread Philippe Mathieu-Daudé
On 4/23/20 11:01 AM, Geert Uytterhoeven wrote: > Move the code to create the DT node for the PL061 GPIO controller from > hw/arm/virt.c to the PL061 driver, so it can be reused. > > While at it, make the created node comply with the PL061 Device Tree > bindings: > - Use generic node name "gpio"

[PATCH QEMU v2 2/5] ARM: PL061: Extract pl061_create_fdt()

2020-04-23 Thread Geert Uytterhoeven
Move the code to create the DT node for the PL061 GPIO controller from hw/arm/virt.c to the PL061 driver, so it can be reused. While at it, make the created node comply with the PL061 Device Tree bindings: - Use generic node name "gpio" instead of "pl061", - Add missing "#interrupt-cells" and