Message ID | 1436259267-36922-1-git-send-email-haikun.wang@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Jul 07, 2015 at 04:54:27PM +0800, Haikun Wang wrote: > --- > arch/arm/boot/dts/ls1021a.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) This isn't a SPI patch, it's a DT patch. Please submit to the relevant maintainers with an appropriate subject line.
On 7/7/2015 9:25 PM, Mark Brown wrote: > On Tue, Jul 07, 2015 at 04:54:27PM +0800, Haikun Wang wrote: > >> --- >> arch/arm/boot/dts/ls1021a.dtsi | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > This isn't a SPI patch, it's a DT patch. Please submit to the relevant > maintainers with an appropriate subject line. > OK, thanks for your advice. -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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@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>;
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(-)