linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] TDM: Add maxim ds26522 document to bindings
@ 2016-01-08  2:46 Zhao Qiang
  2016-01-08  2:46 ` [PATCH 2/3] T1040RDB: add tdm riser card node to t1040rdb Zhao Qiang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhao Qiang @ 2016-01-08  2:46 UTC (permalink / raw)
  To: devicetree, linux-kernel, linuxppc-dev
  Cc: robh+dt, Priyanka.Jain, scottwood, Zhao Qiang

Add maxim ds26522 document to
Documentation/devicetree/bindings/tdm/maxim,ds26522.txt

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 Documentation/devicetree/bindings/tdm/maxim,ds26522.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/tdm/maxim,ds26522.txt

diff --git a/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt b/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt
new file mode 100644
index 0000000..3548c51
--- /dev/null
+++ b/Documentation/devicetree/bindings/tdm/maxim,ds26522.txt
@@ -0,0 +1,13 @@
+* Maxim (Dallas) DS26522 Octal T1/E1/J1 Transceiver
+
+Required properties:
+- compatible: Should contain "maxim,ds26522".
+- reg: SPI CS
+- spi-max-frequency: SPI bus max frequency.
+
+Example:
+	slic@2 {
+		compatible = "maxim,ds26522";
+		reg = <2>;
+		spi-max-frequency = <2000000>;
+	};
-- 
2.1.0.27.g96db324

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

end of thread, other threads:[~2016-03-08 23:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08  2:46 [PATCH 1/3] TDM: Add maxim ds26522 document to bindings Zhao Qiang
2016-01-08  2:46 ` [PATCH 2/3] T1040RDB: add tdm riser card node to t1040rdb Zhao Qiang
2016-01-08  2:46 ` [PATCH 3/3] T1040D4RDB: add tdm riser card node to t1040d4rdb Zhao Qiang
2016-01-08 20:58 ` [PATCH 1/3] TDM: Add maxim ds26522 document to bindings Rob Herring
2016-03-08 23:37 ` [1/3] " Scott Wood

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).