From 8118c7b633f9fa9e26e5c1dde122f952eb44c490 Mon Sep 17 00:00:00 2001 From: Dom Cobley Date: Mon, 11 Jan 2021 17:08:20 +0000 Subject: [PATCH] bcm2711: Remove old GIC interrupt raspberrypi inclusion category: feature bugzilla: 50432 -------------------------------- Now handled through aon_intr Signed-off-by: Dom Cobley Signed-off-by: Fang Yafen Signed-off-by: Zheng Zengkai --- arch/arm/boot/dts/bcm2711.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 0ef7bde01555..9d2730c27637 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -362,7 +362,6 @@ ddc = <&ddc0>; dmas = <&dma 10>; dma-names = "audio-rx"; - interrupts = ; status = "disabled"; }; @@ -412,7 +411,6 @@ "wakeup", "hpd-connected", "hpd-removed"; dmas = <&dma 17>; dma-names = "audio-rx"; - interrupts = ; status = "disabled"; }; -- GitLab