From: Chao Fu <B44548@xxxxxxxxxxxxx> DSPI can transfer data in EOQ mode or TCF mode. Add the bool value as the ajudgement of using which method will be read from dtb. Signed-off-by: Chao Fu <b44548@xxxxxxxxxxxxx> --- arch/arm/boot/dts/vf610.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 4d2ec32..4339a19 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi @@ -174,6 +174,7 @@ clocks = <&clks VF610_CLK_DSPI0>; clock-names = "dspi"; spi-num-chipselects = <5>; + tcfq-mode; status = "disabled"; }; -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html