From 8f734c6528430daa6a9282dd36b81e91626e35cd Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Tue, 18 Aug 2020 12:56:44 +0100 Subject: [PATCH] fdts: tc0: update MHUv2 interrupt number This is as part of the architecture change in TC0. Change-Id: I470241f67938e7998941d26f0e8bc05073234152 Signed-off-by: Usama Arif --- fdts/tc0.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdts/tc0.dts b/fdts/tc0.dts index ac097cdde..15c14cabd 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -134,7 +134,7 @@ clocks = <&soc_refclk100mhz>; clock-names = "apb_pclk"; #mbox-cells = <1>; - interrupts = <0 316 4>; + interrupts = <0 317 4>; interrupt-names = "mhu_rx"; mhu-protocol = "doorbell"; }; -- GitLab