boards/mediatek/mt8196: Fix mailbox addressses
Slipped an offset when transcribing these. Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
parent
624515f8d0
commit
cba7faedf9
1 changed files with 4 additions and 4 deletions
|
|
@ -88,16 +88,16 @@
|
|||
interrupts = <8 0 0>;
|
||||
};
|
||||
|
||||
mbox0: mbox@1a360100 {
|
||||
mbox0: mbox@1a350100 {
|
||||
compatible = "mediatek,mbox";
|
||||
reg = <0x1a360100 16>;
|
||||
reg = <0x1a350100 16>;
|
||||
interrupt-parent = <&intc_g2>;
|
||||
interrupts = <6 0 0>;
|
||||
};
|
||||
|
||||
mbox1: mbox@1a370100 {
|
||||
mbox1: mbox@1a360100 {
|
||||
compatible = "mediatek,mbox";
|
||||
reg = <0x1a370100 16>;
|
||||
reg = <0x1a360100 16>;
|
||||
interrupt-parent = <&intc_g2>;
|
||||
interrupts = <7 0 0>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue