Skip to content

Commit 0f4d261

Browse files
jk-ozlabslag-linaro
authored andcommitted
dt-bindings: mfd/syscon: Add resets property
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@codeconstruct.com.au> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230105005010.124948-2-jk@codeconstruct.com.au
1 parent 8e993c5 commit 0f4d261

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mfd/syscon.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ properties:
8989
on the device.
9090
enum: [1, 2, 4, 8]
9191

92+
resets:
93+
maxItems: 1
94+
9295
hwlocks:
9396
maxItems: 1
9497
description:

0 commit comments

Comments
 (0)