Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713191
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver |
| Date | 2017-08-16 19:50 +0200 |
| Message-ID | <ufaC6-1CF-3@gated-at.bofh.it> (permalink) |
| References | <ufaC5-1CF-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Shreesha Rajashekar <shreesha@broadcom.com>
Adding document for IPROC d1w driver.
Signed-off-by: Shreesha Rajashekar <shreesha@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
.../devicetree/bindings/mfd/brcm,iproc-d1w.txt | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/brcm,iproc-d1w.txt
diff --git a/Documentation/devicetree/bindings/mfd/brcm,iproc-d1w.txt b/Documentation/devicetree/bindings/mfd/brcm,iproc-d1w.txt
new file mode 100644
index 0000000..2bb99c1
--- /dev/null
+++ b/Documentation/devicetree/bindings/mfd/brcm,iproc-d1w.txt
@@ -0,0 +1,27 @@
+* Broadcom Dallas One wire (D1W) bus master controller
+
+Required properties:
+- compatible : should be "brcm,iproc-d1w"
+- reg : Address and length of the register set for the device
+- interrupts : IRQ number of D1W controller
+
+Optional properties:
+- clocks : phandle of clock that supplies the module (required if platform
+ clock bindings use device tree)
+- clock-names : name for the clock
+- clock-frequency : D1W divisor clock rate
+- reset-recover-delay : Delay while reset D1W in milliseconds.
+
+Example:
+
+- From bcm-cygnus.dtsi:
+iproc_d1w: d1w@180ab000 {
+ compatible = "brcm,iproc_d1w";
+ reg = <0x180ab000 0x0f>;
+ interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&axi81_clk>;
+ clock-names = "iproc_d1w_clk";
+ clock-frequency = <100000000>;
+ reset-recover-delay = <1>;
+};
+
--
2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Add Support for Broadcom D1W controller Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
[PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Rob Herring <robh@kernel.org> - 2017-08-16 22:50 +0200
Re: [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-17 20:30 +0200
[PATCH 3/3] mfd: d1w: iproc: Add d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 3/3] mfd: d1w: iproc: Add d1w driver Lee Jones <lee.jones@linaro.org> - 2017-08-17 12:10 +0200
Re: [PATCH 3/3] mfd: d1w: iproc: Add d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-17 20:20 +0200
[PATCH 2/3] w1: d1w: Provide callback for ds1wm read/write Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 2/3] w1: d1w: Provide callback for ds1wm read/write Florian Fainelli <f.fainelli@gmail.com> - 2017-08-17 03:20 +0200
csiph-web