Skip to content

Commit e7ccd8a

Browse files
geerturobherring
authored andcommitted
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: 39bd2b6 ("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
1 parent 3bbbb3e commit e7ccd8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/power/renesas,apmu.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ properties:
3636
cpus:
3737
$ref: /schemas/types.yaml#/definitions/phandle-array
3838
items:
39-
maxItems: 1
39+
minItems: 1
40+
maxItems: 4
4041
description: |
4142
Array of phandles pointing to CPU cores, which should match the order of
4243
CPU cores used by the WUPCR and PSTR registers in the Advanced Power

0 commit comments

Comments
 (0)