From patchwork Fri Dec 17 12:57:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 525104 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 890E7C4321E for ; Fri, 17 Dec 2021 12:58:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231835AbhLQM6G (ORCPT ); Fri, 17 Dec 2021 07:58:06 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:49794 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236047AbhLQM6F (ORCPT ); Fri, 17 Dec 2021 07:58:05 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E504262166; Fri, 17 Dec 2021 12:58:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84CC9C36AEA; Fri, 17 Dec 2021 12:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639745884; bh=pHMtGWbLEqRF6ha7t9sW06OfJiHkfnSAuviVUpxCnQo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ndn/LzTipdID0YRiTnukiAQqIdGwTsx3GZszJBE+OfTCuuLEPL0/iSG7bK/Vpw/e8 Zugl7kH5Uf+NYVwQp/HxleW3Dj+krJBSmMQwGY8cgHt3s9HbFgFq1q31EDbXPazFvA tZ/biGHE8eptN+cDjL6/jAt8lR3Lq0rLmb/u/5PjYGIwL8oFn5SYQgN2RPZboteu8t sJ9f6jpoyHb4AuiTOcR2WpVBXx0d4WtjdRIGkX2kp7EZFMACpdMxURorFlwa93myZS cX4BCTKxQlsSaqiZ+ZzZdpbjuyDgAuGPr2e9Ir9tNAQ6/zj0y0C3rF3kCF9jSOwSXw JwY+c6A/n1s8A== From: Felipe Balbi To: Andy Gross , Bjorn Andersson , Konrad Dybcio Cc: Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Felipe Balbi Subject: [RFC/patch 1/2] arm64: boot: dts: qcom: sm8150: add a label for reserved-memory Date: Fri, 17 Dec 2021 14:57:56 +0200 Message-Id: <20211217125757.1193256-2-balbi@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211217125757.1193256-1-balbi@kernel.org> References: <20211217125757.1193256-1-balbi@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Felipe Balbi With this label, we can let boards append board-specific memory regions which should not be mapped. Signed-off-by: Felipe Balbi --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index 15348512cf9e..26f9eb8e9b42 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -660,7 +660,7 @@ CLUSTER_PD: cpu-cluster0 { }; }; - reserved-memory { + reserved_memory: reserved-memory { #address-cells = <2>; #size-cells = <2>; ranges;