All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-19  3:54 ` Cory Tusar
  0 siblings, 0 replies; 7+ messages in thread
From: Cory Tusar @ 2015-11-19  3:54 UTC (permalink / raw)
  To: shawnguo, kernel, stefan
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux,
	linux-arm-kernel, devicetree, linux-kernel, andrew, Chris.Healy,
	Keith.Vennel, Cory Tusar

Extend the existing Vybrid DSPI devicetree implementation to also
describe the dspi2 and dspi3 functional blocks.

Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
---
 arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 1cca43a..858e60a 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -453,6 +453,30 @@
 				status = "disabled";
 			};
 
+			dspi2: dspi2@400ac000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
+				compatible = "fsl,vf610-dspi";
+				reg = <0x400ac000 0x1000>;
+				interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks VF610_CLK_DSPI2>;
+				clock-names = "dspi";
+				spi-num-chipselects = <2>;
+				status = "disabled";
+			};
+
+			dspi3: dspi3@400ad000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
+				compatible = "fsl,vf610-dspi";
+				reg = <0x400ad000 0x1000>;
+				interrupts = <70 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks VF610_CLK_DSPI3>;
+				clock-names = "dspi";
+				spi-num-chipselects = <2>;
+				status = "disabled";
+			};
+
 			adc1: adc@400bb000 {
 				compatible = "fsl,vf610-adc";
 				reg = <0x400bb000 0x1000>;
-- 
2.4.10


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

* [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-19  3:54 ` Cory Tusar
  0 siblings, 0 replies; 7+ messages in thread
From: Cory Tusar @ 2015-11-19  3:54 UTC (permalink / raw)
  To: linux-arm-kernel

Extend the existing Vybrid DSPI devicetree implementation to also
describe the dspi2 and dspi3 functional blocks.

Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
---
 arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 1cca43a..858e60a 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -453,6 +453,30 @@
 				status = "disabled";
 			};
 
+			dspi2: dspi2 at 400ac000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
+				compatible = "fsl,vf610-dspi";
+				reg = <0x400ac000 0x1000>;
+				interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks VF610_CLK_DSPI2>;
+				clock-names = "dspi";
+				spi-num-chipselects = <2>;
+				status = "disabled";
+			};
+
+			dspi3: dspi3 at 400ad000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
+				compatible = "fsl,vf610-dspi";
+				reg = <0x400ad000 0x1000>;
+				interrupts = <70 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks VF610_CLK_DSPI3>;
+				clock-names = "dspi";
+				spi-num-chipselects = <2>;
+				status = "disabled";
+			};
+
 			adc1: adc at 400bb000 {
 				compatible = "fsl,vf610-adc";
 				reg = <0x400bb000 0x1000>;
-- 
2.4.10

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

* Re: [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-19  6:41   ` Stefan Agner
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Agner @ 2015-11-19  6:41 UTC (permalink / raw)
  To: Cory Tusar
  Cc: shawnguo, kernel, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, linux, linux-arm-kernel, devicetree,
	linux-kernel, andrew, Chris.Healy, Keith.Vennel

Verified too, looks good to me.

Acked-by: Stefan Agner <stefan@agner.ch>

--
Stefan

On 2015-11-18 19:54, Cory Tusar wrote:
> Extend the existing Vybrid DSPI devicetree implementation to also
> describe the dspi2 and dspi3 functional blocks.
> 
> Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
> ---
>  arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
> index 1cca43a..858e60a 100644
> --- a/arch/arm/boot/dts/vfxxx.dtsi
> +++ b/arch/arm/boot/dts/vfxxx.dtsi
> @@ -453,6 +453,30 @@
>  				status = "disabled";
>  			};
>  
> +			dspi2: dspi2@400ac000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ac000 0x1000>;
> +				interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI2>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
> +			dspi3: dspi3@400ad000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ad000 0x1000>;
> +				interrupts = <70 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI3>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
>  			adc1: adc@400bb000 {
>  				compatible = "fsl,vf610-adc";
>  				reg = <0x400bb000 0x1000>;

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

* Re: [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-19  6:41   ` Stefan Agner
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Agner @ 2015-11-19  6:41 UTC (permalink / raw)
  To: Cory Tusar
  Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, andrew-g2DYL2Zd6BY,
	Chris.Healy-c8ZVq/bFV1I, Keith.Vennel-c8ZVq/bFV1I

Verified too, looks good to me.

Acked-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>

--
Stefan

On 2015-11-18 19:54, Cory Tusar wrote:
> Extend the existing Vybrid DSPI devicetree implementation to also
> describe the dspi2 and dspi3 functional blocks.
> 
> Signed-off-by: Cory Tusar <cory.tusar-J6Z/VSE8EyIAspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
> ---
>  arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
> index 1cca43a..858e60a 100644
> --- a/arch/arm/boot/dts/vfxxx.dtsi
> +++ b/arch/arm/boot/dts/vfxxx.dtsi
> @@ -453,6 +453,30 @@
>  				status = "disabled";
>  			};
>  
> +			dspi2: dspi2@400ac000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ac000 0x1000>;
> +				interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI2>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
> +			dspi3: dspi3@400ad000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ad000 0x1000>;
> +				interrupts = <70 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI3>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
>  			adc1: adc@400bb000 {
>  				compatible = "fsl,vf610-adc";
>  				reg = <0x400bb000 0x1000>;
--
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] 7+ messages in thread

* [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-19  6:41   ` Stefan Agner
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Agner @ 2015-11-19  6:41 UTC (permalink / raw)
  To: linux-arm-kernel

Verified too, looks good to me.

Acked-by: Stefan Agner <stefan@agner.ch>

--
Stefan

On 2015-11-18 19:54, Cory Tusar wrote:
> Extend the existing Vybrid DSPI devicetree implementation to also
> describe the dspi2 and dspi3 functional blocks.
> 
> Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
> ---
>  arch/arm/boot/dts/vfxxx.dtsi | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
> index 1cca43a..858e60a 100644
> --- a/arch/arm/boot/dts/vfxxx.dtsi
> +++ b/arch/arm/boot/dts/vfxxx.dtsi
> @@ -453,6 +453,30 @@
>  				status = "disabled";
>  			};
>  
> +			dspi2: dspi2 at 400ac000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ac000 0x1000>;
> +				interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI2>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
> +			dspi3: dspi3 at 400ad000 {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +				compatible = "fsl,vf610-dspi";
> +				reg = <0x400ad000 0x1000>;
> +				interrupts = <70 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clks VF610_CLK_DSPI3>;
> +				clock-names = "dspi";
> +				spi-num-chipselects = <2>;
> +				status = "disabled";
> +			};
> +
>  			adc1: adc at 400bb000 {
>  				compatible = "fsl,vf610-adc";
>  				reg = <0x400bb000 0x1000>;

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

* Re: [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
  2015-11-19  3:54 ` Cory Tusar
@ 2015-11-24  9:49   ` Shawn Guo
  -1 siblings, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2015-11-24  9:49 UTC (permalink / raw)
  To: Cory Tusar
  Cc: kernel, stefan, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, linux, linux-arm-kernel, devicetree,
	linux-kernel, andrew, Chris.Healy, Keith.Vennel

On Wed, Nov 18, 2015 at 10:54:40PM -0500, Cory Tusar wrote:
> Extend the existing Vybrid DSPI devicetree implementation to also
> describe the dspi2 and dspi3 functional blocks.
> 
> Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>

Applied, thanks.

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

* [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality.
@ 2015-11-24  9:49   ` Shawn Guo
  0 siblings, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2015-11-24  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 18, 2015 at 10:54:40PM -0500, Cory Tusar wrote:
> Extend the existing Vybrid DSPI devicetree implementation to also
> describe the dspi2 and dspi3 functional blocks.
> 
> Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>

Applied, thanks.

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

end of thread, other threads:[~2015-11-24  9:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-19  3:54 [PATCH] ARM: dts: vfxxx: Include support for dspi[23] functionality Cory Tusar
2015-11-19  3:54 ` Cory Tusar
2015-11-19  6:41 ` Stefan Agner
2015-11-19  6:41   ` Stefan Agner
2015-11-19  6:41   ` Stefan Agner
2015-11-24  9:49 ` Shawn Guo
2015-11-24  9:49   ` Shawn Guo

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.