Skip to content

Commit 56f5212

Browse files
andrew-mtkdanieldegrasse
authored andcommitted
boards: mediatek: mt8195: Fixed intc1 controller addrersses
Fixed incorrect addresses for intc1 reg and status-reg. Signed-off-by: Andrew Perepech <[email protected]>
1 parent 7f269bf commit 56f5212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/mediatek/mt8195/mt8195_adsp.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
#interrupt-cells = <3>;
4747
};
4848

49-
intc1: intc@10680130 {
49+
intc1: intc@10803130 {
5050
compatible = "mediatek,adsp_intc";
5151
interrupt-controller;
5252
#interrupt-cells = <3>;
53-
reg = <0x10680130 4>;
54-
status-reg = <0x10680150>;
53+
reg = <0x10803130 4>;
54+
status-reg = <0x10803150>;
5555
interrupts = <1 0 0>;
5656
mask = <0x3ffffff0>;
5757
interrupt-parent = <&core_intc>;

0 commit comments

Comments
 (0)