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


Groups > linux.kernel > #1665740

[PATCH v3 2/3] ARM64: dts: meson-gx: Add SoC info register

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v3 2/3] ARM64: dts: meson-gx: Add SoC info register
Date 2017-06-14 14:10 +0200
Message-ID <tSfhw-50F-25@gated-at.bofh.it> (permalink)
References <tSfhv-50F-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add node for the Amlogic Meson GX SoC information register.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 603491d..f110d3f 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -365,6 +365,12 @@
 				#reset-cells = <1>;
 			};
 
+			sec_AO: ao-secure@140 {
+				compatible = "amlogic,meson-gx-ao-secure", "syscon";
+				reg = <0x0 0x140 0x0 0x140>;
+				has-chip-id;
+			};
+
 			uart_AO: serial@4c0 {
 				compatible = "amlogic,meson-uart";
 				reg = <0x0 0x004c0 0x0 0x14>;
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/3] soc: amlogic: Add Amlogic SoC Information driver Neil Armstrong <narmstrong@baylibre.com> - 2017-06-14 14:10 +0200
  [PATCH v3 1/3] dt-bindings: arm: amlogic: Add SoC information bindings Neil Armstrong <narmstrong@baylibre.com> - 2017-06-14 14:10 +0200
  [PATCH v3 3/3] soc: Add Amlogic SoC Information driver Neil Armstrong <narmstrong@baylibre.com> - 2017-06-14 14:10 +0200
  [PATCH v3 2/3] ARM64: dts: meson-gx: Add SoC info register Neil Armstrong <narmstrong@baylibre.com> - 2017-06-14 14:10 +0200

csiph-web