Skip to content

Commit 89b1652

Browse files
ConchuODclaudiubeznea
authored andcommitted
dt-bindings: clk: microchip: mpfs: add reset controller support
The "peripheral" devices on PolarFire SoC can be put into reset, so update the device tree binding to reflect the presence of a reset controller. Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Daire McNamara <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 05d2709 commit 89b1652

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Documentation/devicetree/bindings/clock/microchip,mpfs.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,21 @@ properties:
4040
const: 1
4141
description: |
4242
The clock consumer should specify the desired clock by having the clock
43-
ID in its "clocks" phandle cell. See include/dt-bindings/clock/microchip,mpfs-clock.h
44-
for the full list of PolarFire clock IDs.
43+
ID in its "clocks" phandle cell.
44+
See include/dt-bindings/clock/microchip,mpfs-clock.h for the full list of
45+
PolarFire clock IDs.
46+
47+
resets:
48+
maxItems: 1
49+
50+
'#reset-cells':
51+
description:
52+
The AHB/AXI peripherals on the PolarFire SoC have reset support, so from
53+
CLK_ENVM to CLK_CFM. The reset consumer should specify the desired
54+
peripheral via the clock ID in its "resets" phandle cell.
55+
See include/dt-bindings/clock/microchip,mpfs-clock.h for the full list of
56+
PolarFire clock IDs.
57+
const: 1
4558

4659
required:
4760
- compatible

0 commit comments

Comments
 (0)