[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1434439665-27781-2-git-send-email-wxt@rock-chips.com>
Date: Tue, 16 Jun 2015 15:27:43 +0800
From: Caesar Wang <wxt@...k-chips.com>
To: heiko@...ech.de
Cc: devicetree@...r.kernel.org, jay.xu@...k-chips.com,
linus.walleij@...aro.org, galak@...eaurora.org,
linux-kernel@...r.kernel.org, ijc+devicetree@...lion.org.uk,
linux-rockchip@...ts.infradead.org, robh+dt@...nel.org,
matthias.bgg@...il.com, pawel.moll@....com, mark.rutland@....com,
linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org,
wxt@...k-chips.com
Subject: [PATCH v2 1/3] soc/rockchip: Add efuse bindings for Rockchip SoC efuse driver
Add efuse bindings for RK3066, RK3188, RK3288 and RK3368.
Signed-off-by: Jianqun Xu <jay.xu@...k-chips.com>
Signed-off-by: Caesar Wang <wxt@...k-chips.com>
---
Changes in v2:
- Change the document decription.
.../devicetree/bindings/fuse/rockchip,rockchip-efuse.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt
diff --git a/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt b/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt
new file mode 100644
index 0000000..f1f338e
--- /dev/null
+++ b/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt
@@ -0,0 +1,14 @@
+ROCKCHIP RK3066/RK3188/RK3288/RK3368 efuse block.
+
+Required properties:
+- compatible : should be: "rockchip,<name>-efuse"
+ "rockchip,rk3066-efuse": found on RK3066,RK3188,RK3288 and RK3368.
+- reg: Should contain 1 entry: the entry gives the physical address and length
+ of the fuse registers.
+
+Example:
+
+ efuse: efuse@...40000 {
+ compatible = "rockchip,rk3066-efuse";
+ reg = <0xffb40000 0x10000>;
+ };
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists