Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365820 > unrolled thread

[PATCH v2 6/9] ARM: dts: qcom: apq8064: Add syscon for sic-non-secure

Started byBjorn Andersson <bjorn.andersson@linaro.org>
First post2016-03-29 05:40 +0200
Last post2016-03-29 05:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 6/9] ARM: dts: qcom: apq8064: Add syscon for sic-non-secure Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-03-29 05:40 +0200

#1365820 — [PATCH v2 6/9] ARM: dts: qcom: apq8064: Add syscon for sic-non-secure

FromBjorn Andersson <bjorn.andersson@linaro.org>
Date2016-03-29 05:40 +0200
Subject[PATCH v2 6/9] ARM: dts: qcom: apq8064: Add syscon for sic-non-secure
Message-ID<rhSFz-8V-5@gated-at.bofh.it>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

Andy, this is only here for context, please apply separately.

Changes since v1:
- Added dts patches

 arch/arm/boot/dts/qcom-apq8064.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 65d0e8d98259..9d45c4ef4a97 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -212,6 +212,11 @@
 			regulator;
 		};
 
+		sic_non_secure: sic-non-secure@12100000 {
+			compatible	= "syscon";
+			reg		= <0x12100000 0x10000>;
+		};
+
 		gsbi1: gsbi@12440000 {
 			status = "disabled";
 			compatible = "qcom,gsbi-v1.0.0";
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web