soc/mediatek: Fix typo in mt8196 DMA region

Off-by-one-megabyte bug.

Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
Andy Ross 2024-12-12 12:27:51 -08:00 committed by Henrik Brix Andersen
parent 905938fdf9
commit 481e2f2c97

View file

@ -21,10 +21,10 @@
reg = <0x90000000 DT_SIZE_M(6)>;
};
dram1: memory@90700000 {
dram1: memory@90800000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x90700000 DT_SIZE_M(1)>;
reg = <0x90800000 DT_SIZE_M(1)>;
};
soc {