]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
regulator: st,stm32mp1-pwr-reg: add compatible for STM32MP13
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 23 May 2024 18:04:33 +0000 (20:04 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 27 May 2024 00:32:23 +0000 (01:32 +0100)
Add new compatible "st,stm32mp13-pwr-reg" for STM32MP13 SoC family.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://msgid.link/r/20240523200353.v4.1.Ia0a99d90acb512aa020a6e7a8cca8cc1b71f1759@changeid
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.yaml

index c9586d277f41a1810b9e8e5b3dfef529d8fbac2a..3cb2dad18781b3a9b64650213f171846a79ccd1f 100644 (file)
@@ -11,7 +11,12 @@ maintainers:
 
 properties:
   compatible:
-    const: st,stm32mp1,pwr-reg
+    oneOf:
+      - items:
+          - const: st,stm32mp1,pwr-reg
+      - items:
+          - const: st,stm32mp13-pwr-reg
+          - const: st,stm32mp1,pwr-reg
 
   reg:
     maxItems: 1