Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dts: ls1021a: Update 'dspi' device node compatible string
@ 2015-07-08  2:43 Haikun Wang
  2015-07-14  3:26 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Haikun Wang @ 2015-07-08  2:43 UTC (permalink / raw
  To: linux-arm-kernel

Freescale DSPI driver has been updated and supports TCF interrupt type now.
In the new driver we choose the interrupt type according the compatible
string of the device node.
This patch update the compatible string of DSPI device node of LS1021A in
order to use the correct interrupt type.

Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
---
 arch/arm/boot/dts/ls1021a.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index c70bb27..1b306c7 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -184,7 +184,7 @@
 		};
 
 		dspi0: dspi at 2100000 {
-			compatible = "fsl,vf610-dspi";
+			compatible = "fsl,ls1021a-v1.0-dspi";
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <0x0 0x2100000 0x0 0x10000>;
@@ -197,7 +197,7 @@
 		};
 
 		dspi1: dspi at 2110000 {
-			compatible = "fsl,vf610-dspi";
+			compatible = "fsl,ls1021a-v1.0-dspi";
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <0x0 0x2110000 0x0 0x10000>;
-- 
2.1.0.27.g96db324

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

* [PATCH] arm: dts: ls1021a: Update 'dspi' device node compatible string
  2015-07-08  2:43 [PATCH] arm: dts: ls1021a: Update 'dspi' device node compatible string Haikun Wang
@ 2015-07-14  3:26 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-07-14  3:26 UTC (permalink / raw
  To: linux-arm-kernel

On Wed, Jul 08, 2015 at 10:43:40AM +0800, Haikun Wang wrote:
> Freescale DSPI driver has been updated and supports TCF interrupt type now.
> In the new driver we choose the interrupt type according the compatible
> string of the device node.
> This patch update the compatible string of DSPI device node of LS1021A in
> order to use the correct interrupt type.
> 
> Signed-off-by: Haikun Wang <haikun.wang@freescale.com>

Applied with subject prefix changed to "ARM: ".

Shawn

> ---
>  arch/arm/boot/dts/ls1021a.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index c70bb27..1b306c7 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -184,7 +184,7 @@
>  		};
>  
>  		dspi0: dspi at 2100000 {
> -			compatible = "fsl,vf610-dspi";
> +			compatible = "fsl,ls1021a-v1.0-dspi";
>  			#address-cells = <1>;
>  			#size-cells = <0>;
>  			reg = <0x0 0x2100000 0x0 0x10000>;
> @@ -197,7 +197,7 @@
>  		};
>  
>  		dspi1: dspi at 2110000 {
> -			compatible = "fsl,vf610-dspi";
> +			compatible = "fsl,ls1021a-v1.0-dspi";
>  			#address-cells = <1>;
>  			#size-cells = <0>;
>  			reg = <0x0 0x2110000 0x0 0x10000>;
> -- 
> 2.1.0.27.g96db324
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

end of thread, other threads:[~2015-07-14  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08  2:43 [PATCH] arm: dts: ls1021a: Update 'dspi' device node compatible string Haikun Wang
2015-07-14  3:26 ` Shawn Guo

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 read-only IMAP folder(s) and NNTP newsgroup(s).