From 43eba68e7704d4c5ba00ceace5c58afe2269fb80 Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Wed, 14 Sep 2022 16:07:23 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3568-android rename reserved node to 'cma' Rename the reserved memory node to 'cma', make the dma heap named to be 'cma' and 'cma-uncached', it's compatible to the userland. Change-Id: Ifcdf83c664e21e0507778e124c7c3174b3958bfc Signed-off-by: Jianqun Xu --- arch/arm64/boot/dts/rockchip/rk3568-android.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3568-android.dtsi b/arch/arm64/boot/dts/rockchip/rk3568-android.dtsi index 55a1716dc569..77076e195d8d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-android.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568-android.dtsi @@ -47,7 +47,7 @@ }; &reserved_memory { - linux,cma { + cma { compatible = "shared-dma-pool"; inactive; reusable;