commit | a45f03fdabeee7f690bc5ca4205cc53243d100da | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Thu Mar 20 13:51:56 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 16:23:27 2025 -0600 |
tree | 6cd72376a7fcea13c7fb0aa2a001bd825738ebea | |
parent | 023c4868aba285310c9fe830e6db8ce34e0a2e84 [diff] |
arm: gic-v3: Scan for subnodes According to the binding [1] the ITS node should be a subnode of the GICv3 node. Since the ITS node has it's own driver, manually probe for possible subnodes after binding since dm_scan_fdt() is not recursive. 1: https://www.kernel.org/doc/Documentation/devicetree/bindings/interrupt-controller/arm%2Cgic-v3.txt Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>