summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ls1021a.dtsi
diff options
context:
space:
mode:
authorHaikun Wang2015-07-08 04:43:40 +0200
committerShawn Guo2015-08-11 17:15:13 +0200
commitc47d6e380bcf6b45b481a14ea90b4b7aaa95027f (patch)
tree0ec1b2b198464ff9af61ad158308c044f6490745 /arch/arm/boot/dts/ls1021a.dtsi
parentARM: dts: imx7d: add cortex-a7 coresight component (diff)
downloadkernel-qcow2-linux-c47d6e380bcf6b45b481a14ea90b4b7aaa95027f.tar.gz
kernel-qcow2-linux-c47d6e380bcf6b45b481a14ea90b4b7aaa95027f.tar.xz
kernel-qcow2-linux-c47d6e380bcf6b45b481a14ea90b4b7aaa95027f.zip
ARM: dts: ls1021a: Update 'dspi' device node compatible string
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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index c70bb27ac65a..1b306c7ed72e 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -184,7 +184,7 @@
};
dspi0: dspi@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@2110000 {
- compatible = "fsl,vf610-dspi";
+ compatible = "fsl,ls1021a-v1.0-dspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0 0x2110000 0x0 0x10000>;