All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emmanuel Vadot <manu@freebsd.org>
To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
	mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org,
	catalin.marinas@arm.com, will.deacon@arm.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Emmanuel Vadot <manu@freebsd.org>
Subject: [PATCH v3 1/4] arm64: dts: allwinner: a64: Add SID node
Date: Fri, 27 Jul 2018 13:52:02 +0200	[thread overview]
Message-ID: <20180727115205.20955-1-manu@freebsd.org> (raw)

The A64 have a SID controller which consist of EFUSE (starting at 0x200)
and three registers to read/write some of the protected efuses.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 1b2ef28c42bd..69c0d9362553 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -227,6 +227,11 @@
 			#size-cells = <0>;
 		};
 
+		sid: eeprom@1c14000 {
+			compatible = "allwinner,sun50i-a64-sid";
+			reg = <0x1c14000 0x400>;
+		};
+
 		usb_otg: usb@1c19000 {
 			compatible = "allwinner,sun8i-a33-musb";
 			reg = <0x01c19000 0x0400>;
-- 
2.18.0


WARNING: multiple messages have this Message-ID (diff)
From: manu@freebsd.org (Emmanuel Vadot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/4] arm64: dts: allwinner: a64: Add SID node
Date: Fri, 27 Jul 2018 13:52:02 +0200	[thread overview]
Message-ID: <20180727115205.20955-1-manu@freebsd.org> (raw)

The A64 have a SID controller which consist of EFUSE (starting at 0x200)
and three registers to read/write some of the protected efuses.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 1b2ef28c42bd..69c0d9362553 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -227,6 +227,11 @@
 			#size-cells = <0>;
 		};
 
+		sid: eeprom at 1c14000 {
+			compatible = "allwinner,sun50i-a64-sid";
+			reg = <0x1c14000 0x400>;
+		};
+
 		usb_otg: usb at 1c19000 {
 			compatible = "allwinner,sun8i-a33-musb";
 			reg = <0x01c19000 0x0400>;
-- 
2.18.0

             reply	other threads:[~2018-07-27 11:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-27 11:52 Emmanuel Vadot [this message]
2018-07-27 11:52 ` [PATCH v3 1/4] arm64: dts: allwinner: a64: Add SID node Emmanuel Vadot
2018-07-27 11:52 ` [PATCH v3 2/4] ARM: dts: sun8i: h3: Add SID compatible string Emmanuel Vadot
2018-07-27 11:52   ` Emmanuel Vadot
2018-07-27 11:52 ` [PATCH v3 3/4] nvmem: sunxi-sid: add support for H5's SID controller Emmanuel Vadot
2018-07-27 11:52   ` Emmanuel Vadot
2018-07-30 23:15   ` Rob Herring
2018-07-30 23:15     ` Rob Herring
2018-07-27 11:52 ` [PATCH v3 4/4] arm64: dts: allwinner: h5: Add SID for H5 Emmanuel Vadot
2018-07-27 11:52   ` Emmanuel Vadot
2018-07-30  8:26 ` [PATCH v3 1/4] arm64: dts: allwinner: a64: Add SID node Maxime Ripard
2018-07-30  8:26   ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180727115205.20955-1-manu@freebsd.org \
    --to=manu@freebsd.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.