Hello!
I resolved my problem. In kernel 4.13.0 (and I think in kernel 4.1.15) was use driver file spi-imx.c. i.MX6 use iMX5 initialization function. In this function I wrote:
#define MX51_ECSPI_CONFIG_DATALOW(cs) (1 << ((cs) + 16))
near other #define and include line:
cfg |= MX51_ECSPI_CONFIG_DATALOW(spi->chip_select);
in function mx51_ecspi_config. Now I have low data line in inactive state.