diff options
author | Patrick Delaunay <[email protected]> | 2023-12-15 11:15:35 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-12-15 13:30:08 +0100 |
commit | a729c0f57dc84da3f884d8f6090a8fd2798e32b2 (patch) | |
tree | bb5a0ad816191e52511bff2827003c8be3d0e85e | |
parent | 0331c611949fffdf486652450901a4dc52bc5cca (diff) |
dt-bindings: nvmem: add new stm32mp25 compatible for stm32-romem
Add a new compatible for stm32mp25 support.
Signed-off-by: Patrick Delaunay <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml index a69de3e92282..92bfe25f0571 100644 --- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml +++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml @@ -24,6 +24,7 @@ properties: - st,stm32f4-otp - st,stm32mp13-bsec - st,stm32mp15-bsec + - st,stm32mp25-bsec reg: maxItems: 1 |