Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 1c3c4df06f9d ("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>

authored by

Michael Walle and committed by
Nishanth Menon
11a6a5bb ac838e45

+1 -2
+1 -2
arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
··· 85 85 linux,cma { 86 86 compatible = "shared-dma-pool"; 87 87 reusable; 88 - size = <0x10000000>; 89 - alignment = <0x2000>; 88 + size = <0x00 0x10000000>; 90 89 linux,cma-default; 91 90 }; 92 91