On Thu, 20 Mar 2025 13:51:56 +0100, Patrick Rudolph wrote: > 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 > > > [...]
Applied to u-boot/master, thanks! [1/3] arm: gic-v3: Scan for subnodes commit: 6554cb460bfc0d1a21406da49bf44f029b5aa185 [2/3] emulation: qemu-sbsa: Move ITS node into GICv3 node commit: d5a060b01b322231725dfc38090d8dc5e080cd33 [3/3] emulation: qemu-sbsa: Fill in correct ITS ID commit: 65504478fe44f6dd8b61907efa4eaeba5b79cbf5 -- Tom