mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
arm64: dts: ti: k3-am67a-kontron-sa67-base: Fix CMA node
Fix the size of the CMA node by making it a 64bit size. This was
probably a copy&paste mistake. Also drop the unneeded alignment.
Fixes: 1c3c4df06f ("arm64: dts: ti: Add support for Kontron SMARC-sAM67")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://patch.msgid.link/20260115131431.1521102-2-mwalle@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
ac838e45b4
commit
11a6a5bb72
|
|
@ -85,8 +85,7 @@ reserved_memory: reserved-memory {
|
|||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x10000000>;
|
||||
alignment = <0x2000>;
|
||||
size = <0x00 0x10000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user