[PATCH] dt-bindings: bus: stm32mp25-rifsc: Allow 2 size cells
Rob Herring (Arm)
robh at kernel.org
Mon Dec 15 13:26:59 PST 2025
There are users already with 2 size cells, and there's no reason to not
support that.
Signed-off-by: Rob Herring (Arm) <robh at kernel.org>
---
Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml b/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
index 4d19917ad2c3..c6280c8c54a3 100644
--- a/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
+++ b/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
@@ -54,7 +54,7 @@ properties:
const: 1
"#size-cells":
- const: 1
+ enum: [ 1, 2 ]
ranges: true
--
2.51.0
More information about the linux-arm-kernel
mailing list