Hi @gagangowda,
Have you made any changes to your device tree?
Here is an example of SPI slave, but for Verdin iMX8M Plus:
&ecspi2 {
#address-cells = <0>;
spi-slave;
status = "okay";
/delete-property/cs-gpios;
pinctrl-0 = <&pinctrl_ecspi2>;
slave {
compatible = "rohm,dh2228fv";
spi-max-frequency = <10000000>;
status = "okay";
};
};
If you want to share the device tree and ask for help about this issue, can you please open a new ticket? this one is already closed and a bit old.
Best Regards,
Hiago.