Browse Source

boards: mediatek: mt8195: Fixed intc1 controller addrersses

Fixed incorrect addresses for intc1 reg and status-reg.

Signed-off-by: Andrew Perepech <andrew.perepech@mediatek.com>
pull/90162/merge
Andrew Perepech 4 months ago committed by Daniel DeGrasse
parent
commit
56f52122fa
  1. 6
      boards/mediatek/mt8195/mt8195_adsp.dts

6
boards/mediatek/mt8195/mt8195_adsp.dts

@ -46,12 +46,12 @@
#interrupt-cells = <3>; #interrupt-cells = <3>;
}; };
intc1: intc@10680130 { intc1: intc@10803130 {
compatible = "mediatek,adsp_intc"; compatible = "mediatek,adsp_intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
reg = <0x10680130 4>; reg = <0x10803130 4>;
status-reg = <0x10680150>; status-reg = <0x10803150>;
interrupts = <1 0 0>; interrupts = <1 0 0>;
mask = <0x3ffffff0>; mask = <0x3ffffff0>;
interrupt-parent = <&core_intc>; interrupt-parent = <&core_intc>;

Loading…
Cancel
Save