Re: [RFC PATCH 1/2] dt-bindings: mfd/syscon: Add resets property

From: Rob Herring
Date: Tue Dec 06 2022 - 08:11:47 EST



On Tue, 06 Dec 2022 15:39:15 +0800, Jeremy Kerr wrote:
> Simple syscon devices may require deassertion of a reset signal in order
> to access their register set. This change adds the `resets` property from
> reset.yaml#/properties/resets (referenced through core.yaml), specifying
> a maxItems of 1 for a single (optional) reset descriptor.
>
> This will allow a future change to the syscon driver to implement reset
> control.
>
> Signed-off-by: Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/mfd/syscon.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>