All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
@ 2015-06-11  7:53 ` Jia Hongtao
  0 siblings, 0 replies; 6+ messages in thread
From: Jia Hongtao @ 2015-06-11  7:53 UTC (permalink / raw)
  To: scottwood; +Cc: edubezval, devicetree, hongtao.jia, robh+dt, linuxppc-dev

This is Thermal Monitoring Unit for QorIQ platform.

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
---
Changes of V3:
* Put TMU node directly into t1040si-post.dtsi file.
* Add "fsl,tmu-range" property.
* Change "calibration" property to "fsl,tmu-calibration".
* Update the calibration data.

Changes of V2:
* Provide more details on compatible and calibration properties.

 .../devicetree/bindings/thermal/qoriq-thermal.txt  | 63 ++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        | 42 +++++++++++++++
 2 files changed, 105 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
new file mode 100644
index 0000000..2bc9cb3
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
@@ -0,0 +1,63 @@
+* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
+
+Required properties:
+- compatible : Must include "fsl,qoriq-tmu". The version of the device is
+	determined by the TMU IP Block Revision Register (IPBRR0) at
+	offset 0x0BF8.
+	Table of correspondences between IPBRR0 values and example  chips:
+		Value           Device
+		----------      -----
+		0x01900102      T1040
+- reg : Address range of TMU registers.
+- interrupts : Contains the interrupt for TMU.
+- fsl,tmu-range : Temperature range for TMU. Including the starting
+	temperature and number of calibration points for each range.
+- fsl,tmu-calibration : Calibration table for TMU. This is required to
+	determine what a specific sensor reading translates to in degrees
+	Celsius. There are four calibration ranges, for each range we need
+	a couple of calibration data formatted like <TTCFGR, TSCFGR>.
+	Freescale provides the data required.
+
+Example:
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
+	fsl,tmu-calibration = <0x00000000 0x00000025
+			       0x00000001 0x00000028
+			       0x00000002 0x0000002d
+			       0x00000003 0x00000031
+			       0x00000004 0x00000036
+			       0x00000005 0x0000003a
+			       0x00000006 0x00000040
+			       0x00000007 0x00000044
+			       0x00000008 0x0000004a
+			       0x00000009 0x0000004f
+			       0x0000000a 0x00000054
+
+			       0x00010000 0x0000000d
+			       0x00010001 0x00000013
+			       0x00010002 0x00000019
+			       0x00010003 0x0000001f
+			       0x00010004 0x00000025
+			       0x00010005 0x0000002d
+			       0x00010006 0x00000033
+			       0x00010007 0x00000043
+			       0x00010008 0x0000004b
+			       0x00010009 0x00000053
+
+			       0x00020000 0x00000010
+			       0x00020001 0x00000017
+			       0x00020002 0x0000001f
+			       0x00020003 0x00000029
+			       0x00020004 0x00000031
+			       0x00020005 0x0000003c
+			       0x00020006 0x00000042
+			       0x00020007 0x0000004d
+			       0x00020008 0x00000056
+
+			       0x00030000 0x00000012
+			       0x00030001 0x0000001d>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
index 5cc01be..6d9ca4d 100644
--- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
@@ -407,6 +407,48 @@
 		reg	   = <0xea000 0x4000>;
 	};
 
+	tmu@f0000 {
+		compatible = "fsl,qoriq-tmu";
+		reg = <0xf0000 0x1000>;
+		interrupts = <18 2 0 0>;
+		fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
+		fsl,tmu-calibration = <0x00000000 0x00000025
+				       0x00000001 0x00000028
+				       0x00000002 0x0000002d
+				       0x00000003 0x00000031
+				       0x00000004 0x00000036
+				       0x00000005 0x0000003a
+				       0x00000006 0x00000040
+				       0x00000007 0x00000044
+				       0x00000008 0x0000004a
+				       0x00000009 0x0000004f
+				       0x0000000a 0x00000054
+
+				       0x00010000 0x0000000d
+				       0x00010001 0x00000013
+				       0x00010002 0x00000019
+				       0x00010003 0x0000001f
+				       0x00010004 0x00000025
+				       0x00010005 0x0000002d
+				       0x00010006 0x00000033
+				       0x00010007 0x00000043
+				       0x00010008 0x0000004b
+				       0x00010009 0x00000053
+
+				       0x00020000 0x00000010
+				       0x00020001 0x00000017
+				       0x00020002 0x0000001f
+				       0x00020003 0x00000029
+				       0x00020004 0x00000031
+				       0x00020005 0x0000003c
+				       0x00020006 0x00000042
+				       0x00020007 0x0000004d
+				       0x00020008 0x00000056
+
+				       0x00030000 0x00000012
+				       0x00030001 0x0000001d>;
+	};
+
 /include/ "elo3-dma-0.dtsi"
 /include/ "elo3-dma-1.dtsi"
 /include/ "qoriq-espi-0.dtsi"
-- 
2.1.0.27.g96db324

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
@ 2015-06-11  7:53 ` Jia Hongtao
  0 siblings, 0 replies; 6+ messages in thread
From: Jia Hongtao @ 2015-06-11  7:53 UTC (permalink / raw)
  To: scottwood; +Cc: linuxppc-dev, devicetree, robh+dt, edubezval, hongtao.jia

This is Thermal Monitoring Unit for QorIQ platform.

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
---
Changes of V3:
* Put TMU node directly into t1040si-post.dtsi file.
* Add "fsl,tmu-range" property.
* Change "calibration" property to "fsl,tmu-calibration".
* Update the calibration data.

Changes of V2:
* Provide more details on compatible and calibration properties.

 .../devicetree/bindings/thermal/qoriq-thermal.txt  | 63 ++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        | 42 +++++++++++++++
 2 files changed, 105 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
new file mode 100644
index 0000000..2bc9cb3
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
@@ -0,0 +1,63 @@
+* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
+
+Required properties:
+- compatible : Must include "fsl,qoriq-tmu". The version of the device is
+	determined by the TMU IP Block Revision Register (IPBRR0) at
+	offset 0x0BF8.
+	Table of correspondences between IPBRR0 values and example  chips:
+		Value           Device
+		----------      -----
+		0x01900102      T1040
+- reg : Address range of TMU registers.
+- interrupts : Contains the interrupt for TMU.
+- fsl,tmu-range : Temperature range for TMU. Including the starting
+	temperature and number of calibration points for each range.
+- fsl,tmu-calibration : Calibration table for TMU. This is required to
+	determine what a specific sensor reading translates to in degrees
+	Celsius. There are four calibration ranges, for each range we need
+	a couple of calibration data formatted like <TTCFGR, TSCFGR>.
+	Freescale provides the data required.
+
+Example:
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
+	fsl,tmu-calibration = <0x00000000 0x00000025
+			       0x00000001 0x00000028
+			       0x00000002 0x0000002d
+			       0x00000003 0x00000031
+			       0x00000004 0x00000036
+			       0x00000005 0x0000003a
+			       0x00000006 0x00000040
+			       0x00000007 0x00000044
+			       0x00000008 0x0000004a
+			       0x00000009 0x0000004f
+			       0x0000000a 0x00000054
+
+			       0x00010000 0x0000000d
+			       0x00010001 0x00000013
+			       0x00010002 0x00000019
+			       0x00010003 0x0000001f
+			       0x00010004 0x00000025
+			       0x00010005 0x0000002d
+			       0x00010006 0x00000033
+			       0x00010007 0x00000043
+			       0x00010008 0x0000004b
+			       0x00010009 0x00000053
+
+			       0x00020000 0x00000010
+			       0x00020001 0x00000017
+			       0x00020002 0x0000001f
+			       0x00020003 0x00000029
+			       0x00020004 0x00000031
+			       0x00020005 0x0000003c
+			       0x00020006 0x00000042
+			       0x00020007 0x0000004d
+			       0x00020008 0x00000056
+
+			       0x00030000 0x00000012
+			       0x00030001 0x0000001d>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
index 5cc01be..6d9ca4d 100644
--- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
@@ -407,6 +407,48 @@
 		reg	   = <0xea000 0x4000>;
 	};
 
+	tmu@f0000 {
+		compatible = "fsl,qoriq-tmu";
+		reg = <0xf0000 0x1000>;
+		interrupts = <18 2 0 0>;
+		fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
+		fsl,tmu-calibration = <0x00000000 0x00000025
+				       0x00000001 0x00000028
+				       0x00000002 0x0000002d
+				       0x00000003 0x00000031
+				       0x00000004 0x00000036
+				       0x00000005 0x0000003a
+				       0x00000006 0x00000040
+				       0x00000007 0x00000044
+				       0x00000008 0x0000004a
+				       0x00000009 0x0000004f
+				       0x0000000a 0x00000054
+
+				       0x00010000 0x0000000d
+				       0x00010001 0x00000013
+				       0x00010002 0x00000019
+				       0x00010003 0x0000001f
+				       0x00010004 0x00000025
+				       0x00010005 0x0000002d
+				       0x00010006 0x00000033
+				       0x00010007 0x00000043
+				       0x00010008 0x0000004b
+				       0x00010009 0x00000053
+
+				       0x00020000 0x00000010
+				       0x00020001 0x00000017
+				       0x00020002 0x0000001f
+				       0x00020003 0x00000029
+				       0x00020004 0x00000031
+				       0x00020005 0x0000003c
+				       0x00020006 0x00000042
+				       0x00020007 0x0000004d
+				       0x00020008 0x00000056
+
+				       0x00030000 0x00000012
+				       0x00030001 0x0000001d>;
+	};
+
 /include/ "elo3-dma-0.dtsi"
 /include/ "elo3-dma-1.dtsi"
 /include/ "qoriq-espi-0.dtsi"
-- 
2.1.0.27.g96db324

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

* RE: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
  2015-06-11  7:53 ` Jia Hongtao
@ 2015-07-09  8:00     ` Hongtao Jia
  -1 siblings, 0 replies; 6+ messages in thread
From: Hongtao Jia @ 2015-07-09  8:00 UTC (permalink / raw)
  To: Hongtao Jia, Scott Wood
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, edubezval-Re5JQEeQqe8AvxtiuMwx3w

Hi Scott,

Patch updated to V3, please help to review.
Thanks.

---
Best Regards,
Hongtao

> -----Original Message-----
> From: Jia Hongtao [mailto:hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org]
> Sent: Thursday, June 11, 2015 3:53 PM
> To: Wood Scott-B07421
> Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org;
> robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org; edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org; Jia Hongtao-B38951
> Subject: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ
> T1040
> 
> This is Thermal Monitoring Unit for QorIQ platform.
> 
> Signed-off-by: Jia Hongtao <hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---
> Changes of V3:
> * Put TMU node directly into t1040si-post.dtsi file.
> * Add "fsl,tmu-range" property.
> * Change "calibration" property to "fsl,tmu-calibration".
> * Update the calibration data.
> 
> Changes of V2:
> * Provide more details on compatible and calibration properties.
> 
>  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 63
> ++++++++++++++++++++++
>  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        | 42 +++++++++++++++
>  2 files changed, 105 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-
> thermal.txt
> 
> diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> new file mode 100644
> index 0000000..2bc9cb3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> @@ -0,0 +1,63 @@
> +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> +
> +Required properties:
> +- compatible : Must include "fsl,qoriq-tmu". The version of the device
> is
> +	determined by the TMU IP Block Revision Register (IPBRR0) at
> +	offset 0x0BF8.
> +	Table of correspondences between IPBRR0 values and example  chips:
> +		Value           Device
> +		----------      -----
> +		0x01900102      T1040
> +- reg : Address range of TMU registers.
> +- interrupts : Contains the interrupt for TMU.
> +- fsl,tmu-range : Temperature range for TMU. Including the starting
> +	temperature and number of calibration points for each range.
> +- fsl,tmu-calibration : Calibration table for TMU. This is required to
> +	determine what a specific sensor reading translates to in degrees
> +	Celsius. There are four calibration ranges, for each range we need
> +	a couple of calibration data formatted like <TTCFGR, TSCFGR>.
> +	Freescale provides the data required.
> +
> +Example:
> +
> +tmu@f0000 {
> +	compatible = "fsl,qoriq-tmu";
> +	reg = <0xf0000 0x1000>;
> +	interrupts = <18 2 0 0>;
> +	fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
> +	fsl,tmu-calibration = <0x00000000 0x00000025
> +			       0x00000001 0x00000028
> +			       0x00000002 0x0000002d
> +			       0x00000003 0x00000031
> +			       0x00000004 0x00000036
> +			       0x00000005 0x0000003a
> +			       0x00000006 0x00000040
> +			       0x00000007 0x00000044
> +			       0x00000008 0x0000004a
> +			       0x00000009 0x0000004f
> +			       0x0000000a 0x00000054
> +
> +			       0x00010000 0x0000000d
> +			       0x00010001 0x00000013
> +			       0x00010002 0x00000019
> +			       0x00010003 0x0000001f
> +			       0x00010004 0x00000025
> +			       0x00010005 0x0000002d
> +			       0x00010006 0x00000033
> +			       0x00010007 0x00000043
> +			       0x00010008 0x0000004b
> +			       0x00010009 0x00000053
> +
> +			       0x00020000 0x00000010
> +			       0x00020001 0x00000017
> +			       0x00020002 0x0000001f
> +			       0x00020003 0x00000029
> +			       0x00020004 0x00000031
> +			       0x00020005 0x0000003c
> +			       0x00020006 0x00000042
> +			       0x00020007 0x0000004d
> +			       0x00020008 0x00000056
> +
> +			       0x00030000 0x00000012
> +			       0x00030001 0x0000001d>;
> +};
> diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> index 5cc01be..6d9ca4d 100644
> --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> @@ -407,6 +407,48 @@
>  		reg	   = <0xea000 0x4000>;
>  	};
> 
> +	tmu@f0000 {
> +		compatible = "fsl,qoriq-tmu";
> +		reg = <0xf0000 0x1000>;
> +		interrupts = <18 2 0 0>;
> +		fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
> +		fsl,tmu-calibration = <0x00000000 0x00000025
> +				       0x00000001 0x00000028
> +				       0x00000002 0x0000002d
> +				       0x00000003 0x00000031
> +				       0x00000004 0x00000036
> +				       0x00000005 0x0000003a
> +				       0x00000006 0x00000040
> +				       0x00000007 0x00000044
> +				       0x00000008 0x0000004a
> +				       0x00000009 0x0000004f
> +				       0x0000000a 0x00000054
> +
> +				       0x00010000 0x0000000d
> +				       0x00010001 0x00000013
> +				       0x00010002 0x00000019
> +				       0x00010003 0x0000001f
> +				       0x00010004 0x00000025
> +				       0x00010005 0x0000002d
> +				       0x00010006 0x00000033
> +				       0x00010007 0x00000043
> +				       0x00010008 0x0000004b
> +				       0x00010009 0x00000053
> +
> +				       0x00020000 0x00000010
> +				       0x00020001 0x00000017
> +				       0x00020002 0x0000001f
> +				       0x00020003 0x00000029
> +				       0x00020004 0x00000031
> +				       0x00020005 0x0000003c
> +				       0x00020006 0x00000042
> +				       0x00020007 0x0000004d
> +				       0x00020008 0x00000056
> +
> +				       0x00030000 0x00000012
> +				       0x00030001 0x0000001d>;
> +	};
> +
>  /include/ "elo3-dma-0.dtsi"
>  /include/ "elo3-dma-1.dtsi"
>  /include/ "qoriq-espi-0.dtsi"
> --
> 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	[flat|nested] 6+ messages in thread

* RE: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
@ 2015-07-09  8:00     ` Hongtao Jia
  0 siblings, 0 replies; 6+ messages in thread
From: Hongtao Jia @ 2015-07-09  8:00 UTC (permalink / raw)
  To: Hongtao Jia, Scott Wood; +Cc: linuxppc-dev, devicetree, robh+dt, edubezval

Hi Scott,

Patch updated to V3, please help to review.
Thanks.

---
Best Regards,
Hongtao

> -----Original Message-----
> From: Jia Hongtao [mailto:hongtao.jia@freescale.com]
> Sent: Thursday, June 11, 2015 3:53 PM
> To: Wood Scott-B07421
> Cc: linuxppc-dev@lists.ozlabs.org; devicetree@vger.kernel.org;
> robh+dt@kernel.org; edubezval@gmail.com; Jia Hongtao-B38951
> Subject: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ
> T1040
>=20
> This is Thermal Monitoring Unit for QorIQ platform.
>=20
> Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
> ---
> Changes of V3:
> * Put TMU node directly into t1040si-post.dtsi file.
> * Add "fsl,tmu-range" property.
> * Change "calibration" property to "fsl,tmu-calibration".
> * Update the calibration data.
>=20
> Changes of V2:
> * Provide more details on compatible and calibration properties.
>=20
>  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 63
> ++++++++++++++++++++++
>  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        | 42 +++++++++++++++
>  2 files changed, 105 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-
> thermal.txt
>=20
> diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> new file mode 100644
> index 0000000..2bc9cb3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> @@ -0,0 +1,63 @@
> +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> +
> +Required properties:
> +- compatible : Must include "fsl,qoriq-tmu". The version of the device
> is
> +	determined by the TMU IP Block Revision Register (IPBRR0) at
> +	offset 0x0BF8.
> +	Table of correspondences between IPBRR0 values and example  chips:
> +		Value           Device
> +		----------      -----
> +		0x01900102      T1040
> +- reg : Address range of TMU registers.
> +- interrupts : Contains the interrupt for TMU.
> +- fsl,tmu-range : Temperature range for TMU. Including the starting
> +	temperature and number of calibration points for each range.
> +- fsl,tmu-calibration : Calibration table for TMU. This is required to
> +	determine what a specific sensor reading translates to in degrees
> +	Celsius. There are four calibration ranges, for each range we need
> +	a couple of calibration data formatted like <TTCFGR, TSCFGR>.
> +	Freescale provides the data required.
> +
> +Example:
> +
> +tmu@f0000 {
> +	compatible =3D "fsl,qoriq-tmu";
> +	reg =3D <0xf0000 0x1000>;
> +	interrupts =3D <18 2 0 0>;
> +	fsl,tmu-range =3D <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
> +	fsl,tmu-calibration =3D <0x00000000 0x00000025
> +			       0x00000001 0x00000028
> +			       0x00000002 0x0000002d
> +			       0x00000003 0x00000031
> +			       0x00000004 0x00000036
> +			       0x00000005 0x0000003a
> +			       0x00000006 0x00000040
> +			       0x00000007 0x00000044
> +			       0x00000008 0x0000004a
> +			       0x00000009 0x0000004f
> +			       0x0000000a 0x00000054
> +
> +			       0x00010000 0x0000000d
> +			       0x00010001 0x00000013
> +			       0x00010002 0x00000019
> +			       0x00010003 0x0000001f
> +			       0x00010004 0x00000025
> +			       0x00010005 0x0000002d
> +			       0x00010006 0x00000033
> +			       0x00010007 0x00000043
> +			       0x00010008 0x0000004b
> +			       0x00010009 0x00000053
> +
> +			       0x00020000 0x00000010
> +			       0x00020001 0x00000017
> +			       0x00020002 0x0000001f
> +			       0x00020003 0x00000029
> +			       0x00020004 0x00000031
> +			       0x00020005 0x0000003c
> +			       0x00020006 0x00000042
> +			       0x00020007 0x0000004d
> +			       0x00020008 0x00000056
> +
> +			       0x00030000 0x00000012
> +			       0x00030001 0x0000001d>;
> +};
> diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> index 5cc01be..6d9ca4d 100644
> --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> @@ -407,6 +407,48 @@
>  		reg	   =3D <0xea000 0x4000>;
>  	};
>=20
> +	tmu@f0000 {
> +		compatible =3D "fsl,qoriq-tmu";
> +		reg =3D <0xf0000 0x1000>;
> +		interrupts =3D <18 2 0 0>;
> +		fsl,tmu-range =3D <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
> +		fsl,tmu-calibration =3D <0x00000000 0x00000025
> +				       0x00000001 0x00000028
> +				       0x00000002 0x0000002d
> +				       0x00000003 0x00000031
> +				       0x00000004 0x00000036
> +				       0x00000005 0x0000003a
> +				       0x00000006 0x00000040
> +				       0x00000007 0x00000044
> +				       0x00000008 0x0000004a
> +				       0x00000009 0x0000004f
> +				       0x0000000a 0x00000054
> +
> +				       0x00010000 0x0000000d
> +				       0x00010001 0x00000013
> +				       0x00010002 0x00000019
> +				       0x00010003 0x0000001f
> +				       0x00010004 0x00000025
> +				       0x00010005 0x0000002d
> +				       0x00010006 0x00000033
> +				       0x00010007 0x00000043
> +				       0x00010008 0x0000004b
> +				       0x00010009 0x00000053
> +
> +				       0x00020000 0x00000010
> +				       0x00020001 0x00000017
> +				       0x00020002 0x0000001f
> +				       0x00020003 0x00000029
> +				       0x00020004 0x00000031
> +				       0x00020005 0x0000003c
> +				       0x00020006 0x00000042
> +				       0x00020007 0x0000004d
> +				       0x00020008 0x00000056
> +
> +				       0x00030000 0x00000012
> +				       0x00030001 0x0000001d>;
> +	};
> +
>  /include/ "elo3-dma-0.dtsi"
>  /include/ "elo3-dma-1.dtsi"
>  /include/ "qoriq-espi-0.dtsi"
> --
> 2.1.0.27.g96db324

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

* Re: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
  2015-07-09  8:00     ` Hongtao Jia
@ 2015-07-09 22:26       ` Scott Wood
  -1 siblings, 0 replies; 6+ messages in thread
From: Scott Wood @ 2015-07-09 22:26 UTC (permalink / raw)
  To: Jia Hongtao-B38951; +Cc: edubezval, devicetree, robh+dt, linuxppc-dev

On Thu, 2015-07-09 at 03:00 -0500, Jia Hongtao-B38951 wrote:
> Hi Scott,
> 
> Patch updated to V3, please help to review.
> Thanks.
> 
> ---
> Best Regards,
> Hongtao

It looks OK.

-Scott


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* Re: [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
@ 2015-07-09 22:26       ` Scott Wood
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Wood @ 2015-07-09 22:26 UTC (permalink / raw)
  To: Jia Hongtao-B38951; +Cc: linuxppc-dev, devicetree, robh+dt, edubezval

On Thu, 2015-07-09 at 03:00 -0500, Jia Hongtao-B38951 wrote:
> Hi Scott,
> 
> Patch updated to V3, please help to review.
> Thanks.
> 
> ---
> Best Regards,
> Hongtao

It looks OK.

-Scott

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

end of thread, other threads:[~2015-07-09 22:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-11  7:53 [PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040 Jia Hongtao
2015-06-11  7:53 ` Jia Hongtao
     [not found] ` <1434009188-25644-1-git-send-email-hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-07-09  8:00   ` Hongtao Jia
2015-07-09  8:00     ` Hongtao Jia
2015-07-09 22:26     ` Scott Wood
2015-07-09 22:26       ` Scott Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.