arm64: dts: rockchip: rk3308-evb-audio-v10-partybox: set cma size 16M

Change-Id: Ie09c416f8c1d27dee692c9bea3d645f6f24a9931
Signed-off-by: Lin Jianhua <linjh@rock-chips.com>
This commit is contained in:
Lin Jianhua
2024-12-20 19:27:26 +08:00
parent f8015460af
commit 7a865d33a1

View File

@@ -14,6 +14,19 @@
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff0c0000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=squashfs rootwait snd_aloop.index=7 snd_aloop.use_raw_jiffies=1 isolcpus=2,3 nohz_full=2,3";
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
linux,cma-default;
};
};
};
&acodec {