dt-bindings: hwlock: sun6i: Add missing #hwlock-cells

The allwinner,sun6i-a31-hwspinlock.yaml binding needs #hwlock-cells
which is required by the hwlock type.

Fixes: f9e784dcb6 ("dt-bindings: hwlock: add sun6i_hwspinlock")
Signed-off-by: Bastian Germann <bage@debian.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230213231931.6546-2-bage@debian.org
pull/938/head
Bastian Germann 2023-02-14 00:19:28 +01:00 committed by Bjorn Andersson
parent ec5c05e5ac
commit 25d10262ed
1 changed files with 4 additions and 0 deletions

View File

@ -26,11 +26,15 @@ properties:
resets:
maxItems: 1
'#hwlock-cells':
const: 1
required:
- compatible
- reg
- clocks
- resets
- "#hwlock-cells"
additionalProperties: false