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


Groups > linux.kernel > #1613742

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

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] ARM64: dts: meson-gx: Add SoC info register
Date 2017-03-31 10:50 +0200
Message-ID <tr0pQ-2e1-9@gated-at.bofh.it> (permalink)
References <tr0pQ-2e1-11@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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 886efa5..c8e42d4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -357,6 +357,11 @@
 				#reset-cells = <1>;
 			};
 
+			chipid@220 {
+				compatible = "amlogic,meson-gx-socinfo";
+				reg = <0x0 0x00220 0x0 0x4>;
+			};
+
 			uart_AO: serial@4c0 {
 				compatible = "amlogic,meson-uart";
 				reg = <0x0 0x004c0 0x0 0x14>;
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/3] ARM64: dts: meson-gx: Add SoC info register Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 10:50 +0200

csiph-web