Skip to content

Commit 94b7888

Browse files
Gabriel-Fernandzbebarino
authored andcommitted
dt-bindings: clock: stm32mp1 new compatible for secure rcc
Introduce new compatible string "st,stm32mp1-rcc-secure" for stm32mp1 clock driver when the device is configured with RCC security support hardened. Signed-off-by: Etienne Carriere <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent f040e13 commit 94b7888

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ properties:
5454

5555
compatible:
5656
items:
57-
- const: st,stm32mp1-rcc
57+
- enum:
58+
- st,stm32mp1-rcc-secure
59+
- st,stm32mp1-rcc
5860
- const: syscon
5961

6062
reg:
@@ -71,7 +73,7 @@ additionalProperties: false
7173
examples:
7274
- |
7375
rcc: rcc@50000000 {
74-
compatible = "st,stm32mp1-rcc", "syscon";
76+
compatible = "st,stm32mp1-rcc-secure", "syscon";
7577
reg = <0x50000000 0x1000>;
7678
#clock-cells = <1>;
7779
#reset-cells = <1>;

0 commit comments

Comments
 (0)