Re: [PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-29 Thread Geert Uytterhoeven
Hi Peter, CC Rob, who made these properties mandatory in the pl061 DT bindings. On Fri, May 22, 2020 at 11:30 AM Peter Maydell wrote: > On Fri, 22 May 2020 at 09:29, Geert Uytterhoeven wrote: > > On Thu, May 21, 2020 at 6:59 PM Peter Maydell > > wrote: > > > On Tue, 19 May 2020 at 09:49, Geer

Re: [PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-22 Thread Philippe Mathieu-Daudé
On 5/22/20 11:30 AM, Peter Maydell wrote: On Fri, 22 May 2020 at 09:29, Geert Uytterhoeven wrote: On Thu, May 21, 2020 at 6:59 PM Peter Maydell wrote: On Tue, 19 May 2020 at 09:49, Geert Uytterhoeven wrote: Make the created node comply with the PL061 Device Tree bindings: - Use generic n

Re: [PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-22 Thread Peter Maydell
On Fri, 22 May 2020 at 09:29, Geert Uytterhoeven wrote: > > Hi Peter, > > On Thu, May 21, 2020 at 6:59 PM Peter Maydell > wrote: > > On Tue, 19 May 2020 at 09:49, Geert Uytterhoeven > > wrote: > > > Make the created node comply with the PL061 Device Tree bindings: > > > - Use generic node nam

Re: [PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-22 Thread Geert Uytterhoeven
Hi Peter, On Thu, May 21, 2020 at 6:59 PM Peter Maydell wrote: > On Tue, 19 May 2020 at 09:49, Geert Uytterhoeven > wrote: > > Make the created node comply with the PL061 Device Tree bindings: > > - Use generic node name "gpio" instead of "pl061", > > - Add missing "#interrupt-cells" and "in

Re: [PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-21 Thread Peter Maydell
On Tue, 19 May 2020 at 09:49, Geert Uytterhoeven wrote: > Make the created node comply with the PL061 Device Tree bindings: > - Use generic node name "gpio" instead of "pl061", > - Add missing "#interrupt-cells" and "interrupt-controller" > properties. Where have these properties come fro

[PATCH] hw/arm/virt: Fix PL061 node name and properties

2020-05-19 Thread Geert Uytterhoeven
Make the created node comply with the PL061 Device Tree bindings: - Use generic node name "gpio" instead of "pl061", - Add missing "#interrupt-cells" and "interrupt-controller" properties. Signed-off-by: Geert Uytterhoeven --- Split off from "[PATCH QEMU v2 2/5] ARM: PL061: Extract pl061_