diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-03-30 16:04:16 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-04-04 21:43:40 +0300 |
commit | e7ccd8a49a050428bd842822970b70c66fd0b988 (patch) | |
tree | ddf3df91684f34de1975387cc598d800a10431de /Documentation | |
parent | 3bbbb3e5b59f4ca0f7493307a03f99930737bb76 (diff) | |
download | linux-e7ccd8a49a050428bd842822970b70c66fd0b988.tar.xz |
dt-bindings: power: renesas,apmu: Fix cpus property limits
"make dtbs_check":
arch/arm/boot/dts/r8a7791-koelsch.dtb: apmu@e6152000: cpus:0: [6, 7] is too long
From schema: Documentation/devicetree/bindings/power/renesas,apmu.yaml
Correct the minimum and maximum number of CPUs controlled by a single
APMU instance.
Fixes: 39bd2b6a3783b899 ("dt-bindings: Improve phandle-array schemas")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/9ece1a07bbcb95abc9d80e6a6ecc95806a294a11.1648645279.git.geert+renesas@glider.be
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power/renesas,apmu.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.yaml b/Documentation/devicetree/bindings/power/renesas,apmu.yaml index 4d293b2b2f84..d77fc88050c8 100644 --- a/Documentation/devicetree/bindings/power/renesas,apmu.yaml +++ b/Documentation/devicetree/bindings/power/renesas,apmu.yaml @@ -36,7 +36,8 @@ properties: cpus: $ref: /schemas/types.yaml#/definitions/phandle-array items: - maxItems: 1 + 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 |