Skip to content
Snippets Groups Projects
Commit c47d6e38 authored by Haikun Wang's avatar Haikun Wang Committed by Shawn Guo
Browse files

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: default avatarHaikun Wang <haikun.wang@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3adab7c7
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment