Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365820
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 6/9] ARM: dts: qcom: apq8064: Add syscon for sic-non-secure |
| Date | 2016-03-29 05:40 +0200 |
| Message-ID | <rhSFz-8V-5@gated-at.bofh.it> (permalink) |
| References | <rhSFz-8V-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[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
csiph-web