devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] devicetree: ARM: zynq: Add DT binding for eFuse controller
@ 2017-08-11 13:04 Michal Simek
  2017-08-11 13:04 ` [PATCH v2 2/2] ARM: zynq: Add support for Zynq-7000S devices Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2017-08-11 13:04 UTC (permalink / raw)
  To: linux-kernel, monstr
  Cc: Sören Brinkmann, devicetree, Srinivas Kandagatla,
	Steffen Trumtrar, Peter Crosthwaite, Rob Herring, Rob Herring,
	Mark Rutland, Josh Cartwright, linux-arm-kernel

Add DT binding for eFuse controller available at Xilinx Zynq
SoC.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: Rob Herring <robh@kernel.org>
---

Changes in v2:
- Move doc to bindings/nvmem - suggested by Rob
- Add Rob's ACK

 Documentation/devicetree/bindings/nvmem/zynq-efuse.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/zynq-efuse.txt

diff --git a/Documentation/devicetree/bindings/nvmem/zynq-efuse.txt b/Documentation/devicetree/bindings/nvmem/zynq-efuse.txt
new file mode 100644
index 000000000000..39817e9750c3
--- /dev/null
+++ b/Documentation/devicetree/bindings/nvmem/zynq-efuse.txt
@@ -0,0 +1,15 @@
+Device tree bindings for Zynq's eFuse Controller
+
+The Zynq eFuse controller provides the access to the chip efuses which contain
+information about device DNA, security settings and also device status.
+
+Required properties:
+ compatible: Compatibility string. Must be "xlnx,zynq-efuse".
+ reg: Specify the base and size of the EFUSE controller registers
+      in the memory map. E.g.: reg = <0xf800d000 0x20>;
+
+Example:
+efuse: efuse@f800d000 {
+	compatible = "xlnx,zynq-efuse";
+	reg = <0xf800d000 0x20>;
+};
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-11 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 13:04 [PATCH v2 1/2] devicetree: ARM: zynq: Add DT binding for eFuse controller Michal Simek
2017-08-11 13:04 ` [PATCH v2 2/2] ARM: zynq: Add support for Zynq-7000S devices Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).