Hello, all,
I have old build system with inbuild kernel (2.6.73.x) and my application successfully compiles and working on our custom Linux board(based on PowerPC architecture) fine.
Now we migrated to YOCTO build system where latest kernel (6.x.x) is there. Now I observed that SPI devices not working as expected(which was working with old build system).
I know there is lot of dynamics/parameter changed with big jump in kernel version(hench in SPI driver). I have put some delay in change mode and control chip select API, it improve somewhat but not successful.
I have tried with many experiment to change SPI controller parameter but not get succeed. I have got some help from internet but not resolved my issue. As per me it is timing related issue. But i don't know exact location where to fix.
So, if you faced this type or similar challenge then you can lead/help. I appreciate any suggestion/fix/help/direction.
Thank you
Bharat