From 56f52122fa91cf12082564632adfd09ff72965c3 Mon Sep 17 00:00:00 2001 From: Andrew Perepech Date: Mon, 24 Mar 2025 13:19:38 -0700 Subject: [PATCH] boards: mediatek: mt8195: Fixed intc1 controller addrersses Fixed incorrect addresses for intc1 reg and status-reg. Signed-off-by: Andrew Perepech --- boards/mediatek/mt8195/mt8195_adsp.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/mediatek/mt8195/mt8195_adsp.dts b/boards/mediatek/mt8195/mt8195_adsp.dts index 53346746041..8b142221c6b 100644 --- a/boards/mediatek/mt8195/mt8195_adsp.dts +++ b/boards/mediatek/mt8195/mt8195_adsp.dts @@ -46,12 +46,12 @@ #interrupt-cells = <3>; }; - intc1: intc@10680130 { + intc1: intc@10803130 { compatible = "mediatek,adsp_intc"; interrupt-controller; #interrupt-cells = <3>; - reg = <0x10680130 4>; - status-reg = <0x10680150>; + reg = <0x10803130 4>; + status-reg = <0x10803150>; interrupts = <1 0 0>; mask = <0x3ffffff0>; interrupt-parent = <&core_intc>;