Also :
I'm not sure if i need the "spi_board_info" because i'm using device tree.
I've already add the SPIDEV to the device tree but it still doesn't help.
from device tree :
&ecspi1 {
fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio4 11 0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1_1>;
status = "okay";
spidev@0 {
#address-cells = <1>;
#size-cells = <1>;
comatible = "spidev";
spi-max-frequency = <20000000>;
reg = <0>;
};
};