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:
parent
905938fdf9
commit
481e2f2c97
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue