All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonas Karlman <jonas@kwiboo.se>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] rockchip: dts: rk3288: enable efuse node
Date: Tue, 13 Oct 2020 20:21:20 +0000 (UTC)	[thread overview]
Message-ID: <20201013202116.24850-4-jonas@kwiboo.se> (raw)
In-Reply-To: <20201013202116.24850-1-jonas@kwiboo.se>

Enable efuse node so that boards can use cpu id in efuse as a source for
serial# and ethaddr.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
---
 arch/arm/dts/rk3288.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/dts/rk3288.dtsi b/arch/arm/dts/rk3288.dtsi
index 22bb06cec5..381391360c 100644
--- a/arch/arm/dts/rk3288.dtsi
+++ b/arch/arm/dts/rk3288.dtsi
@@ -919,8 +919,7 @@
 
 	efuse: efuse at ffb40000 {
 		compatible = "rockchip,rk3288-efuse";
-		reg = <0xffb40000 0x10000>;
-		status = "disabled";
+		reg = <0xffb40000 0x20>;
 	};
 
 	gic: interrupt-controller at ffc01000 {
-- 
2.17.1

  parent reply	other threads:[~2020-10-13 20:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 20:21 [PATCH 0/3] rockchip: efuse: add RK3288/RK3328 support Jonas Karlman
2020-10-13 20:21 ` [PATCH 1/3] rockchip: efuse: add support for RK3288 non-secure efuse Jonas Karlman
2020-10-15 15:05   ` Simon Glass
2020-10-30 10:21   ` Kever Yang
2020-10-13 20:21 ` [PATCH 2/3] rockchip: efuse: add support for RK3328 " Jonas Karlman
2020-10-15 15:05   ` Simon Glass
2020-10-13 20:21 ` Jonas Karlman [this message]
2020-10-15 15:05   ` [PATCH 3/3] rockchip: dts: rk3288: enable efuse node Simon Glass

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=20201013202116.24850-4-jonas@kwiboo.se \
    --to=jonas@kwiboo.se \
    --cc=u-boot@lists.denx.de \
    /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.