From 1a41b14bd9e3f7e705caf517b65b6743438fde0b Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Tue, 21 Jan 2025 22:41:35 +0530 Subject: [PATCH] ARM: dts: msm: Add pvm_fw_mem region for parrot Add pvm_fw_mem region for parrot SoC. Change-Id: Ibcde4e8c871c9f178d38e87354c7bf75bda01933 Signed-off-by: Swetha Chikkaboraiah (cherry picked from commit 82fbb9e687d363a89bb57f43ae02fd81be5ea131) --- qcom/parrot-reserved-memory.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qcom/parrot-reserved-memory.dtsi b/qcom/parrot-reserved-memory.dtsi index 33496207..b2fd59ae 100644 --- a/qcom/parrot-reserved-memory.dtsi +++ b/qcom/parrot-reserved-memory.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ &reserved_memory { @@ -69,6 +69,11 @@ reg = <0x0 0x80c00000 0x0 0x1000>; }; + pvm_fw_mem: pvm_fw_region@80c01000 { + no-map; + reg = <0x0 0x80c01000 0x0 0x100000>; + }; + wlan_fw_mem: wlan_fw_region@82a00000 { no-map; reg = <0x0 0x82a00000 0x0 0xc00000>;