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


Groups > linux.kernel > #1666512

[PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228

From Frank Wang <frank.wang@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228
Date 2017-06-15 09:30 +0200
Message-ID <tSxo5-7X3-1@gated-at.bofh.it> (permalink)
References <tSxep-7TU-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Finley Xiao <finley.xiao@rock-chips.com>

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
---
 arch/arm/boot/dts/rk322x.dtsi | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index c2a78f4..dad195e 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -314,6 +314,23 @@
 		status = "disabled";
 	};
 
+	efuse: efuse@11040000 {
+		compatible = "rockchip,rk322x-efuse";
+		reg = <0x11040000 0x20>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		clocks = <&cru PCLK_EFUSE_256>;
+		clock-names = "pclk_efuse";
+
+		/* Data cells */
+		efuse_id: id@7 {
+			reg = <0x7 0x10>;
+		};
+		cpu_leakage: cpu_leakage@17 {
+			reg = <0x17 0x1>;
+		};
+	};
+
 	i2c0: i2c@11050000 {
 		compatible = "rockchip,rk3228-i2c";
 		reg = <0x11050000 0x1000>;
-- 
2.0.0

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


Thread

[PATCH 0/6] add some device nodes support for rk322x SoC Frank Wang <frank.wang@rock-chips.com> - 2017-06-15 09:20 +0200
  [PATCH 3/6] ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC Frank Wang <frank.wang@rock-chips.com> - 2017-06-15 09:20 +0200
  [PATCH 2/6] Documentation: rockchip-dw-mshc: add description for rk3228 Frank Wang <frank.wang@rock-chips.com> - 2017-06-15 09:20 +0200
    Re: [PATCH 2/6] Documentation: rockchip-dw-mshc: add description for rk3228 Heiko Stübner <heiko@sntech.de> - 2017-06-15 10:00 +0200
  [PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228 Frank Wang <frank.wang@rock-chips.com> - 2017-06-15 09:30 +0200
    Re: [PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228 Heiko Stuebner <heiko@sntech.de> - 2017-06-15 17:20 +0200
      Re: [PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228 Frank Wang <frank.wang@rock-chips.com> - 2017-06-16 11:30 +0200
        Re: [PATCH 6/6] ARM: dts: rockchip: add efuse device node for rk3228 Heiko Stübner <heiko@sntech.de> - 2017-06-16 11:40 +0200
  [PATCH 5/6] ARM: dts: rockchip: Add io-domain node for rk3228 Frank Wang <frank.wang@rock-chips.com> - 2017-06-15 09:30 +0200

csiph-web