Re: [PATCH 2/2] dt-bindings: vexpress-sysreg: Allow for no child nodes

From: Rob Herring
Date: Fri Jun 17 2022 - 15:15:00 EST


On Mon, 13 Jun 2022 11:18:08 -0600, Rob Herring wrote:
> It is valid for arm,vexpress-sysreg to have no child nodes when either
> the deprecated binding without child nodes is used or a platform
> has no GPIOs. If there are no child nodes, then "#address-cells" and
> "#size-cells" should not be required. However, "reg" should be present
> in all cases, so let's add it now.
>
> Cc: Andre Przywara <andre.przywara@xxxxxxx>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>

Applied, thanks!