diff options
author | Rob Herring <robh@kernel.org> | 2022-11-11 15:28:56 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-12-06 14:50:35 -0600 |
commit | 3c75ce7cc3a31cabe97ff3e5a0d7e97eda5a7a2d (patch) | |
tree | eb26521b2b4851b2542c862046199e90ae7fc1af /Documentation/devicetree/bindings/power/renesas,apmu.yaml | |
parent | 0e513d84c04160227c892db022c71b961c9834cd (diff) |
dt-bindings: Drop type from 'cpus' property
'cpus' is a common property, and it is now defined in dtschema schemas,
so drop the type references in the tree.
Acked-by: Suzuki K Poulose <suzuki.poulse@arm.com>
Acked-by: Bjorn Andersson <andersson@kernel.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20221111212857.4104308-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power/renesas,apmu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/power/renesas,apmu.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.yaml b/Documentation/devicetree/bindings/power/renesas,apmu.yaml index f2cc89e7f4e4..2b4d802ef4b2 100644 --- a/Documentation/devicetree/bindings/power/renesas,apmu.yaml +++ b/Documentation/devicetree/bindings/power/renesas,apmu.yaml @@ -34,10 +34,8 @@ properties: maxItems: 1 cpus: - $ref: /schemas/types.yaml#/definitions/phandle-array - items: - minItems: 1 - maxItems: 4 + minItems: 1 + maxItems: 4 description: | Array of phandles pointing to CPU cores, which should match the order of CPU cores used by the WUPCR and PSTR registers in the Advanced Power |