From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0081.outbound.protection.outlook.com [65.55.169.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0B3781A01E3 for ; Fri, 8 Jan 2016 13:55:02 +1100 (AEDT) From: Zhao Qiang To: , , CC: , , , Zhao Qiang Subject: [PATCH 1/3] TDM: Add maxim ds26522 document to bindings Date: Fri, 8 Jan 2016 10:46:53 +0800 Message-ID: <1452221215-12681-1-git-send-email-qiang.zhao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Add maxim ds26522 document to Documentation/devicetree/bindings/tdm/maxim,ds26522.txt Signed-off-by: Zhao Qiang --- 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