Re: [PATCH v2 7/9] dt-bindings: arm: stm32: Switch st,stm32mp23/25-syscfg into simple-mfd

From: Marek Vasut

Date: Tue Aug 18 2026 - 11:37:52 EST


On 8/18/26 10:17 AM, Krzysztof Kozlowski wrote:

diff --git a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml
index 95d2319afe235..ef640443dd239 100644
--- a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml
@@ -22,11 +22,12 @@ properties:
- st,stm32mp151-pwr-mcu
- st,stm32mp157-syscfg
- st,stm32mp21-syscfg
- - st,stm32mp23-syscfg
- - st,stm32mp25-syscfg
- const: syscon
- items:
- - const: st,stm32-tamp
+ - enum:
+ - st,stm32-tamp
+ - st,stm32mp23-syscfg
+ - st,stm32mp25-syscfg

You never tested your code - DTS in this case. This clearly generates
warnings.
I reran the checker and fixed them all now I hope, sorry.