diff options
author | 2022-06-13 11:34:19 +0200 | |
---|---|---|
committer | 2022-07-05 09:26:36 +0200 | |
commit | f3af33a8ee11a8067f8ef757f4d66451552ab16a (patch) | |
tree | c54a9e7b8c30dc6cb417ac490c5f92435b95b1b2 | |
parent | ARM: dts: stm32: correct vcc-supply for eeprom on stm32mp15xx-osd32 (diff) | |
download | linux-dev-f3af33a8ee11a8067f8ef757f4d66451552ab16a.tar.xz linux-dev-f3af33a8ee11a8067f8ef757f4d66451552ab16a.zip |
dt-bindings: rcc: stm32: select the "secure" path for stm32mp13
Like for stm32mp15, when stm32 RCC node is used to interact with a secure
context (using clock SCMI protocol), a different path has to be used for
yaml verification.
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml index f8c474227807..242fe922b035 100644 --- a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml +++ b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml @@ -78,6 +78,7 @@ if: contains: enum: - st,stm32mp1-rcc-secure + - st,stm32mp13-rcc then: properties: clocks: |