Skip to content

Commit 11a6a5b

Browse files
mwallenmenon
authored andcommitted
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: 1c3c4df ("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>
1 parent ac838e4 commit 11a6a5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
linux,cma {
8686
compatible = "shared-dma-pool";
8787
reusable;
88-
size = <0x10000000>;
89-
alignment = <0x2000>;
88+
size = <0x00 0x10000000>;
9089
linux,cma-default;
9190
};
9291

0 commit comments

Comments
 (0)