From 3155b043cf407106c2a13e84fe1e4542fe8e068d Mon Sep 17 00:00:00 2001 From: Jianlong Wang Date: Tue, 11 Apr 2023 19:50:15 +0800 Subject: [PATCH] ARM: dts: rockchip: rk312x-android: modify cma_region start address For small capacity RAM, the value of this address is too large Change-Id: Iccc318e5d97ec1df2e8cfc7a651022b1a33e1010 Signed-off-by: Jianlong Wang --- arch/arm/boot/dts/rk312x-android.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rk312x-android.dtsi b/arch/arm/boot/dts/rk312x-android.dtsi index 6c9ec7e604f3..d6404b4196d7 100644 --- a/arch/arm/boot/dts/rk312x-android.dtsi +++ b/arch/arm/boot/dts/rk312x-android.dtsi @@ -39,10 +39,10 @@ reserved-memory { #size-cells = <1>; ranges; - cma_region: region@88000000 { + cma_region: region@63000000 { compatible = "shared-dma-pool"; reusable; - reg = <0x88000000 0x1800000>; + reg = <0x63000000 0x1800000>; }; ramoops: ramoops@62e00000 {