devicetree.vger.kernel.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
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zhao Qiang @ 2016-01-08  2:46 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	Priyanka.Jain-KZfg59tc24xl57MIdRCFDg,
	scottwood-KZfg59tc24xl57MIdRCFDg, Zhao Qiang

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

Signed-off-by: Zhao Qiang <qiang.zhao-3arQi8VN3Tc@public.gmane.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 2/3] T1040RDB: add tdm riser card node to t1040rdb
  2016-01-08  2:46 [PATCH 1/3] TDM: Add maxim ds26522 document to bindings Zhao Qiang
@ 2016-01-08  2:46 ` Zhao Qiang
  2016-01-08  2:46 ` [PATCH 3/3] T1040D4RDB: add tdm riser card node to t1040d4rdb Zhao Qiang
       [not found] ` <1452221215-12681-1-git-send-email-qiang.zhao-3arQi8VN3Tc@public.gmane.org>
  2 siblings, 0 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 tdm riser card node to t1040rdb.dts

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 arch/powerpc/boot/dts/fsl/t1040rdb.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/t1040rdb.dts b/arch/powerpc/boot/dts/fsl/t1040rdb.dts
index cf19415..d52b011 100644
--- a/arch/powerpc/boot/dts/fsl/t1040rdb.dts
+++ b/arch/powerpc/boot/dts/fsl/t1040rdb.dts
@@ -43,6 +43,16 @@
 			compatible = "fsl,t1040rdb-cpld";
 		};
 	};
+
+	soc: soc@ffe000000 {
+		spi@110000 {
+			slic@3 {
+				compatible = "maxim,ds26522";
+				reg = <3>;
+				spi-max-frequency = <2000000>; /* input clock */
+			};
+		};
+	};
 };
 
 #include "t1040si-post.dtsi"
-- 
2.1.0.27.g96db324

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

* [PATCH 3/3] T1040D4RDB: add tdm riser card node to t1040d4rdb
  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 ` Zhao Qiang
       [not found] ` <1452221215-12681-1-git-send-email-qiang.zhao-3arQi8VN3Tc@public.gmane.org>
  2 siblings, 0 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 tdm riser card node to t1040d4rdb.dts

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 arch/powerpc/boot/dts/fsl/t1040d4rdb.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
index fb6bc02..ee3d1ec 100644
--- a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
+++ b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
@@ -41,6 +41,22 @@
 	#address-cells = <2>;
 	#size-cells = <2>;
 	interrupt-parent = <&mpic>;
+
+	soc: soc@ffe000000 {
+		spi@110000 {
+			slic@1 {
+				compatible = "maxim,ds26522";
+				reg = <1>;
+				spi-max-frequency = <2000000>;
+			};
+
+			slic@2 {
+				compatible = "maxim,ds26522";
+				reg = <2>;
+				spi-max-frequency = <2000000>;
+			};
+		};
+	};
 };
 
 #include "t1040si-post.dtsi"
-- 
2.1.0.27.g96db324

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

* Re: [PATCH 1/3] TDM: Add maxim ds26522 document to bindings
       [not found] ` <1452221215-12681-1-git-send-email-qiang.zhao-3arQi8VN3Tc@public.gmane.org>
@ 2016-01-08 20:58   ` Rob Herring
  2016-03-08 23:37   ` [1/3] " Scott Wood
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2016-01-08 20:58 UTC (permalink / raw)
  To: Zhao Qiang
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	Priyanka.Jain-KZfg59tc24xl57MIdRCFDg,
	scottwood-KZfg59tc24xl57MIdRCFDg

On Fri, Jan 08, 2016 at 10:46:53AM +0800, Zhao Qiang wrote:
> Add maxim ds26522 document to
> Documentation/devicetree/bindings/tdm/maxim,ds26522.txt
> 
> Signed-off-by: Zhao Qiang <qiang.zhao-3arQi8VN3Tc@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/tdm/maxim,ds26522.txt | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/tdm/maxim,ds26522.txt

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [1/3] TDM: Add maxim ds26522 document to bindings
       [not found] ` <1452221215-12681-1-git-send-email-qiang.zhao-3arQi8VN3Tc@public.gmane.org>
  2016-01-08 20:58   ` [PATCH 1/3] TDM: Add maxim ds26522 document to bindings Rob Herring
@ 2016-03-08 23:37   ` Scott Wood
  1 sibling, 0 replies; 5+ messages in thread
From: Scott Wood @ 2016-03-08 23:37 UTC (permalink / raw)
  To: Zhao Qiang
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	scottwood-KZfg59tc24xl57MIdRCFDg,
	Priyanka.Jain-KZfg59tc24xl57MIdRCFDg,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

On Fri, Jan 08, 2016 at 10:46:53AM +0800, Zhao Qiang wrote:
> Add maxim ds26522 document to
> Documentation/devicetree/bindings/tdm/maxim,ds26522.txt
> 
> Signed-off-by: Zhao Qiang <qiang.zhao-3arQi8VN3Tc@public.gmane.org>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
>  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>;
> +	};

An almost identical file was added by you in commit
a109752ea6a55c3682b6ac9114a125c5ce7e5353

There is also overlap in the later patches of this set.

Why did you send this again?  What tree are you basing your patches on?

-Scott
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[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
     [not found] ` <1452221215-12681-1-git-send-email-qiang.zhao-3arQi8VN3Tc@public.gmane.org>
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).