Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: interrupt-controller: marvell,cp110-icu: Document address-cells

The CP110 ICU children are interrupt controllers and can be referenced
in interrupt-map properties (e.g. in
arch/arm64/boot/dts/marvell/armada-cp11x.dtsi), thus the nodes should
have address-cells property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20250823163258.49648-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
8a72549c 4ed46073

+3
+3
Documentation/devicetree/bindings/interrupt-controller/marvell,cp110-icu.yaml
··· 49 49 reg: 50 50 maxItems: 1 51 51 52 + '#address-cells': 53 + const: 0 54 + 52 55 '#interrupt-cells': 53 56 const: 2 54 57