Skip to content

Commit c305338

Browse files
patrickdelaunayAlexandre Torgue
authored andcommitted
dt-bindings: stm32: add st,stm32mp25-syscfg compatible for syscon
Add the new syscon compatible for STM32MP25 syscfg = "st,stm32mp25-syscfg". Reorder enum following ASCII oredering. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 619f8ca commit c305338

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ properties:
1515
oneOf:
1616
- items:
1717
- enum:
18-
- st,stm32mp157-syscfg
19-
- st,stm32mp151-pwr-mcu
20-
- st,stm32-syscfg
2118
- st,stm32-power-config
19+
- st,stm32-syscfg
2220
- st,stm32-tamp
2321
- st,stm32f4-gcan
22+
- st,stm32mp151-pwr-mcu
23+
- st,stm32mp157-syscfg
24+
- st,stm32mp25-syscfg
2425
- const: syscon
2526
- items:
2627
- const: st,stm32-tamp

0 commit comments

Comments
 (0)