ARM: dts: ls1021a: Update 'dspi' device node compatible string
authorHaikun Wang <haikun.wang@freescale.com>
Wed, 8 Jul 2015 02:43:40 +0000 (10:43 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Aug 2015 15:15:13 +0000 (23:15 +0800)
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>
arch/arm/boot/dts/ls1021a.dtsi

index c70bb27ac65a63e1f197408e4a9ccb822d3407c4..1b306c7ed72e8fcdd4697ee3ca45a5ff4fe81bde 100644 (file)
                };
 
                dspi0: dspi@2100000 {
-                       compatible = "fsl,vf610-dspi";
+                       compatible = "fsl,ls1021a-v1.0-dspi";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0x0 0x2100000 0x0 0x10000>;
                };
 
                dspi1: dspi@2110000 {
-                       compatible = "fsl,vf610-dspi";
+                       compatible = "fsl,ls1021a-v1.0-dspi";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0x0 0x2110000 0x0 0x10000>;
This page took 0.026479 seconds and 5 git commands to generate.