From cfa1b266b1918c356a424390a3d1f76f46ea2f62 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Thu, 23 Mar 2023 11:51:35 +0800 Subject: [PATCH] arm64: dts: rockchip: Add RK3308b amp reserved memory default remote amp core (CPU3) address 0x02e00000 Signed-off-by: Steven Liu Change-Id: Ieae840cb199e7cd607c36d53eeffad9cd00e2a3f --- arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi b/arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi index 4dbd89aa3561..79c743180e8e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi @@ -20,10 +20,13 @@ ranges; /* remote amp core address */ - amp_shmem_reserved: amp-shmem@2f00000 { - reg = <0x0 0x2f00000 0x0 0x100000>; + amp_reserved: amp@2e00000 { + reg = <0x0 0x2e00000 0x0 0x200000>; no-map; }; }; }; +&cpu3 { + status = "disabled"; +};