summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Rudolph <[email protected]>2025-03-20 13:51:57 +0100
committerTom Rini <[email protected]>2025-04-08 16:23:27 -0600
commitd5a060b01b322231725dfc38090d8dc5e080cd33 (patch)
treec1fe1d4bcf163cff9e97449b57fb20aad4c33b4e /arch
parent6554cb460bfc0d1a21406da49bf44f029b5aa185 (diff)
emulation: qemu-sbsa: Move ITS node into GICv3 node
According to the binding [1] the ITS node should be a subnode of the GICv3 node. Thus move it now that the driver binds subnodes as well. 1: https://www.kernel.org/doc/Documentation/devicetree/bindings/interrupt-controller/arm%2Cgic-v3.txt Signed-off-by: Patrick Rudolph <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/qemu-sbsa.dts10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/dts/qemu-sbsa.dts b/arch/arm/dts/qemu-sbsa.dts
index ed00e501366..099b51b927f 100644
--- a/arch/arm/dts/qemu-sbsa.dts
+++ b/arch/arm/dts/qemu-sbsa.dts
@@ -97,11 +97,13 @@
/bits/ 64 <0 0>,
/bits/ 64 <SBSA_GIC_HBASE_ADDR SBSA_GIC_HBASE_LENGTH>,
/bits/ 64 <SBSA_GIC_VBASE_ADDR SBSA_GIC_VBASE_LENGTH>;
- };
- its {
- compatible = "arm,gic-v3-its";
- status = "disabled";
+ its: msi-controller {
+ compatible = "arm,gic-v3-its";
+ msi-controller;
+ #msi-cells = <1>;
+ status = "disabled";
+ };
};
};