[PATCH 13/14] dt-bindings: clock: stm32mp1 new compatible for secure rcc

gabriel.fernandez at foss.st.com gabriel.fernandez at foss.st.com
Fri Jan 22 05:51:00 EST 2021


From: Gabriel Fernandez <gabriel.fernandez at foss.st.com>

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 <etienne.carriere at st.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez at foss.st.com>
---
 Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
index 4e385508f516..95f5990775c4 100644
--- a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
+++ b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
@@ -54,6 +54,7 @@ properties:
 
   compatible:
     items:
+      - const: st,stm32mp1-rcc-secure
       - const: st,stm32mp1-rcc
       - const: syscon
 
@@ -71,7 +72,7 @@ additionalProperties: false
 examples:
   - |
     rcc: rcc at 50000000 {
-        compatible = "st,stm32mp1-rcc", "syscon";
+        compatible = "st,stm32mp1-rcc-secure", "syscon";
         reg = <0x50000000 0x1000>;
         #clock-cells = <1>;
         #reset-cells = <1>;
-- 
2.17.1




More information about the linux-arm-kernel mailing list