Re: [PATCH 1/2] dt-bindings: arm: Add some constraints for PSCI nodes
From: Rob Herring <robh@kernel.org>
Date: 2020-03-31 22:05:29
Also in:
linux-arm-kernel, linux-pm
From: Rob Herring <robh@kernel.org>
Date: 2020-03-31 22:05:29
Also in:
linux-arm-kernel, linux-pm
On Thu, 26 Mar 2020 11:56:25 +0100, Ulf Hansson wrote:
There's no point allowing anything else but "psci" for the corresponding nodename of the PSCI node, so let's make this an explicit requirement. Moreover, let's also prevent additional properties, which also allows a better verification of the "patternProperties" bindings for subnodes. Signed-off-by: Ulf Hansson <redacted> --- Documentation/devicetree/bindings/arm/psci.yaml | 5 +++++ 1 file changed, 5 insertions(+)
Applied, thanks. Rob