[PATCH 1/3] dt-bindings: hwlock: sun6i: Add missing #hwlock-cells
Andre Przywara
andre.przywara at arm.com
Mon Feb 13 16:04:17 PST 2023
On Tue, 14 Feb 2023 00:19:28 +0100
Bastian Germann <bage at debian.org> wrote:
> The allwinner,sun6i-a31-hwspinlock.yaml binding needs #hwlock-cells
> which is required by the hwlock type.
>
> Fixes: f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock")
> Signed-off-by: Bastian Germann <bage at debian.org>
Reviewed-by: Andre Przywara <andre.przywara at arm.com>
Cheers,
Andre
> ---
> .../bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml b/Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
> index 10e5a53e447b..01b1bbb3061f 100644
> --- a/Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
> +++ b/Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
> @@ -26,11 +26,15 @@ properties:
> resets:
> maxItems: 1
>
> + '#hwlock-cells':
> + const: 1
> +
> required:
> - compatible
> - reg
> - clocks
> - resets
> + - "#hwlock-cells"
>
> additionalProperties: false
>
More information about the linux-arm-kernel
mailing list