From patchwork Wed Dec 21 22:03:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 88783 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp2499841qgi; Wed, 21 Dec 2016 14:04:44 -0800 (PST) X-Received: by 10.84.211.98 with SMTP id b89mr12711719pli.131.1482357884342; Wed, 21 Dec 2016 14:04:44 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 3si28129888plz.158.2016.12.21.14.04.44; Wed, 21 Dec 2016 14:04:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755957AbcLUWEn (ORCPT + 9 others); Wed, 21 Dec 2016 17:04:43 -0500 Received: from mail-oi0-f54.google.com ([209.85.218.54]:35262 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbcLUWEm (ORCPT ); Wed, 21 Dec 2016 17:04:42 -0500 Received: by mail-oi0-f54.google.com with SMTP id b126so224224489oia.2 for ; Wed, 21 Dec 2016 14:03:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=uiBjN8ZKSl/GnPptPLQEzKRGW6KFyakiwUzhncd55TA=; b=Nx/vdNiNXzHiQSfG/XyKn6bxBfzSA/KR7cShSSMM/fbq2uA37adIffik/iI/PJhw8r E3AdLTue+CohTk9+yCOJZmTzVq8Be277ZAeOgV91DR+BtUTX2yvfNCZsfnt1cmUvT+86 XHNMPAFFDHQgVvJuOfaFmMMeFPMk0hQ4oqB3s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=uiBjN8ZKSl/GnPptPLQEzKRGW6KFyakiwUzhncd55TA=; b=g2WF7bXt8hO8EkzdJmGVQpila0uwlDBKuOHJaOGOTHAj72cwQECF0SIQz5oZ0BvsTy slTdagExHKnICc7sEsuiOgniqIviqYnEi3Qe4KmChBfVdCHwLpuHQ7GNubDV8In1Vmyj 946zpBubOt43cBCpeVhxfxnWPRa6SfkPLi/hPOuWDajmNcKtXfqg4+ALYAuLj4G1zvAO +wx58hdn+N3a5E9tp9bYY6+QMU3KQi2b3VC/ZxBplcgPDTzeKwe1ZoyHRUBC5IPWhgFD UFndL3gg2TyqK2FnFFfc8l7qjLxMi92+GqYWqM8FQoT+ETWUNfn04ZUfcBsRfZYz8jbH Qo0Q== X-Gm-Message-State: AIkVDXJhuvv5gJClcxI/Vqt4K3KYeMwcRnUZTP0fKAgK28th9jr4mDKyGO4eXFDzxDOafPkB X-Received: by 10.202.93.139 with SMTP id r133mr3719808oib.18.1482357828548; Wed, 21 Dec 2016 14:03:48 -0800 (PST) Received: from localhost ([2602:306:3406:6500:d0a5:bdc7:95e3:aad5]) by smtp.gmail.com with ESMTPSA id 61sm12704717otb.8.2016.12.21.14.03.47 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 21 Dec 2016 14:03:48 -0800 (PST) From: Andy Gross To: linux-arm-msm@vger.kernel.org Cc: Stephen Boyd , linux-arm-kernel@lists.infradead.org, Rob Clark , Nicolas Dechesne , Andy Gross Subject: [PATCH] arm64: dts: msm8996: Add required memory carveouts Date: Wed, 21 Dec 2016 16:03:42 -0600 Message-Id: <1482357822-20823-1-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Stephen Boyd This patch adds required memory carveouts so that the kernel does not access memory that is in use or has been reserved for use by other remote processors. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Signed-off-by: Stephen Boyd diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index cde4114..25e11dc 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -64,6 +64,16 @@ reg = <0x0 0x86000000 0x0 0x200000>; no-map; }; + + memory@85800000 { + reg = <0x0 0x85800000 0x0 0x800000>; + no-map; + }; + + memory@86200000 { + reg = <0x0 0x86200000 0x0 0x2600000>; + no-map; + }; }; cpus {