Skip to content

Commit

Permalink
ARM: dts: ls1021a: Update 'dspi' device node compatible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haikun Wang authored and Shawn Guo committed Aug 11, 2015
1 parent 3adab7c commit c47d6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/ls1021a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand All @@ -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>;
Expand Down

0 comments on commit c47d6e3

Please sign in to comment.