Skip to content

Commit bb064c8

Browse files
patrickdelaunaybroonie
authored andcommitted
regulator: st,stm32mp1-pwr-reg: add compatible for STM32MP13
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>
1 parent 3267a17 commit bb064c8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
const: st,stm32mp1,pwr-reg
14+
oneOf:
15+
- items:
16+
- const: st,stm32mp1,pwr-reg
17+
- items:
18+
- const: st,stm32mp13-pwr-reg
19+
- const: st,stm32mp1,pwr-reg
1520

1621
reg:
1722
maxItems: 1

0 commit comments

Comments
 (0)