aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2024-03-29 10:36:50 +0000
committerVineet Gupta <vgupta@kernel.org>2024-04-16 10:45:57 -0700
commit4c77f098d1939a214d9cec8a4ee420416f10e5f8 (patch)
treec9f0510e50803a812ae6b27d444a44ff85f39cc7
parent954f369b81da1f2fe65b3f62920899da83041aa4 (diff)
downloaddevicetree-rebasing-4c77f098d1939a214d9cec8a4ee420416f10e5f8.tar.gz
ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
"gmac" node stands for just an ordinary Ethernet controller, which is by no means a provider of interrupts, i.e. it doesn't serve as an interrupt controller, thus "#interrupt-cells" property doesn't belong to it and so we remove it. Fixes: ------------>8------------ DTC arch/arc/boot/dts/hsdk.dtb arch/arc/boot/dts/hsdk.dts:207.23-235.5: Warning (interrupt_provider): /soc/ethernet@8000: '#interrupt-cells' found, but node is not an interrupt provider arch/arc/boot/dts/hsdk.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' ------------>8------------ Reported-by: Vineet Gupta <vgupta@kernel.org> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@kernel.org> [ upstream commit: 61231eb8113ce47991f35024f9c20810b37996bf ]
-rw-r--r--src/arc/hsdk.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arc/hsdk.dts b/src/arc/hsdk.dts
index 6691f425507788..41b980df862b14 100644
--- a/src/arc/hsdk.dts
+++ b/src/arc/hsdk.dts
@@ -205,7 +205,6 @@
};
gmac: ethernet@8000 {
- #interrupt-cells = <1>;
compatible = "snps,dwmac";
reg = <0x8000 0x2000>;
interrupts = <10>;