Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267011
| From | Caesar Wang <wxt@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs |
| Date | 2015-11-11 08:40 +0100 |
| Message-ID | <qtyaC-8ct-19@gated-at.bofh.it> (permalink) |
| References | <qtyaC-8ct-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch add the eFuse dt node for rk3066a SoCs.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
---
arch/arm/boot/dts/rk3066a.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index 946f187..f61bb8a 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -153,6 +153,19 @@
clock-names = "timer", "pclk";
};
+ efuse: efuse@20010000 {
+ compatible = "rockchip,rockchip-efuse";
+ reg = <0x20010000 0x4000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ clocks = <&cru PCLK_EFUSE>;
+ clock-names = "pclk_efuse";
+
+ cpu_leakage: cpu_leakage {
+ reg = <0x17 0x1>;
+ };
+ };
+
timer@20038000 {
compatible = "snps,dw-apb-timer-osc";
reg = <0x20038000 0x100>;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem. Caesar Wang <wxt@rock-chips.com> - 2015-11-11 08:40 +0100 [PATCH 2/4] nvmem: rockchip: trivial: Make the driver more readability Caesar Wang <wxt@rock-chips.com> - 2015-11-11 08:40 +0100 [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Caesar Wang <wxt@rock-chips.com> - 2015-11-11 08:40 +0100
csiph-web