Re: [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

2022-10-14 Thread Peter Maydell
On Thu, 13 Oct 2022 at 22:47, Rob Herring wrote: > > On Tue, Sep 27, 2022 at 6:56 AM Peter Maydell > wrote: > > Please don't retrospectively make perfectly valid working DTs > > non-valid. I don't see any reason to change QEMU here. > > > > More generally, the set of things you might want the >

Re: [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

2022-10-13 Thread Rob Herring
On Tue, Sep 27, 2022 at 6:56 AM Peter Maydell wrote: > > On Tue, 27 Sept 2022 at 11:12, Jean-Philippe Brucker > wrote: > > The node name of the gpio-key devicetree node should be "key-poweroff": > > > > gpio-keys: 'poweroff' does not match any of the regexes: > > '^(button|event|key|switch|(bu

Re: [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

2022-09-27 Thread Eric Auger
On 9/27/22 12:03, Jean-Philippe Brucker wrote: > The node name of the gpio-key devicetree node should be "key-poweroff": > > gpio-keys: 'poweroff' does not match any of the regexes: > '^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$', >

Re: [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

2022-09-27 Thread Peter Maydell
On Tue, 27 Sept 2022 at 11:12, Jean-Philippe Brucker wrote: > The node name of the gpio-key devicetree node should be "key-poweroff": > > gpio-keys: 'poweroff' does not match any of the regexes: > '^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switc

[PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

2022-09-27 Thread Jean-Philippe Brucker
The node name of the gpio-key devicetree node should be "key-poweroff": gpio-keys: 'poweroff' does not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$', 'pinctrl-[0-9]+' From schema: linux/Documentation/devicetr