[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YYF5l0bFw+P/rsDx@robh.at.kernel.org>
Date: Tue, 2 Nov 2021 12:47:03 -0500
From: Rob Herring <robh@...nel.org>
To: Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: mturquette@...libre.com, sboyd@...nel.org,
nicolas.ferre@...rochip.com, kavyasree.kotagiri@...rochip.com,
eugen.hristev@...rochip.com, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH v3 2/4] dt-bindings: clock: lan966x: Extend for clock
gate support
On Mon, Nov 01, 2021 at 09:08:43AM +0100, Horatiu Vultur wrote:
> Allow to add an optional resource to be able to access the clock gate
> registers.
>
> Signed-off-by: Horatiu Vultur <horatiu.vultur@...rochip.com>
> ---
> .../devicetree/bindings/clock/microchip,lan966x-gck.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml b/Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml
> index fca83bd68e26..a53c889629da 100644
> --- a/Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml
> +++ b/Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml
> @@ -19,7 +19,8 @@ properties:
> const: microchip,lan966x-gck
>
> reg:
> - maxItems: 1
> + minItems: 1
> + maxItems: 2
When there is more than 1 entry, you need to describe each entry:
minItems: 1
items:
- description: ...
- description: ...
>
> clocks:
> items:
> --
> 2.33.0
>
>
Powered by blists - more mailing lists