diff options
author | Gabriel Fernandez <[email protected]> | 2024-04-19 17:27:20 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-05-07 14:58:57 -0700 |
commit | 12b52b83c9276e7cad13fedbbe38bde570164775 (patch) | |
tree | 344e7d3d113a582a939eb0c9bd13770d878f733b | |
parent | fd7a1c90ba4c6e618596eb44a69977801f9cccdd (diff) |
dt-bindings: clocks: stm32mp25: add access-controllers description
access-controllers is an optional property that allows to refer to
domain access controller.
The RCC driver will be able to check if we are allowed to register
clocks for a peripheral.
Signed-off-by: Gabriel Fernandez <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml b/Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml index 0929fa7e271b..88e52f10d1ec 100644 --- a/Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml +++ b/Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml @@ -114,6 +114,10 @@ properties: - description: CK_SCMI_PLL3 PLL3 clock - description: clk_dsi_txbyte DSI byte clock + access-controllers: + minItems: 1 + maxItems: 2 + required: - compatible - reg |