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 <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8e993c5 commit 0f4d261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)