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


Groups > linux.kernel > #1613742 > unrolled thread

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

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2017-03-31 10:50 +0200
Last post2017-03-31 10:50 +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 3/3] ARM64: dts: meson-gx: Add SoC info register Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 10:50 +0200

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

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-03-31 10:50 +0200
Subject[PATCH 3/3] ARM64: dts: meson-gx: Add SoC info register
Message-ID<tr0pQ-2e1-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web