dts: intel_ish: Remove unnecessary #interrupt-cells from /soc node

The /soc node is a simple-bus node and not an interrupt provider. Leaving
the #interrupt-cells property produces misleading Device Tree build
warnings:
  Warning (interrupt_provider): /soc: '#interrupt-cells' found, but node is
  not an interrupt provider <stdout>:  Warning (interrupt_map): Failed
  prerequisite 'interrupt_provider'.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
This commit is contained in:
Dong Wang
2025-12-19 09:36:48 +08:00
committed by Maureen Helm
parent a214a05b8c
commit 49f1f6fce0

View File

@@ -77,7 +77,6 @@
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
#interrupt-cells = <3>;
compatible = "simple-bus";
interrupt-parent = <&intc>;
interrupts = <6 IRQ_TYPE_FIXED_LEVEL_HIGH 1