Hello,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Hi,
One to take note of is that TI has not officially released a 5.4 kernel. There is a 5.4 kernel release planned shortly though, before the end of the year. I would recommend sourcing the kernel you are using from git.ti.com.
I would recommend reviewing the device binding document Documentation/devicetree/bindings/mtd/gpmc-nand.txt and comparing your board DTS file with ones based on TI EVMs such as arch/arm/boot/dts/am335x-evm.dts.
Best Regards,
Schuyler
Hi Schuyler, thank you for the great information. Sorry for the delayed response, for some reason I never received a notification that anyone had replied. I actually did get the NAND working though. I was trying to use the same defconfig that we used in 3.14, and something had changed in 5.4 such that the correct options were no longer being enabled. After poking around in menuconfig I was able to get the correct options enabled and my NAND is once again functional.
Thank you for taking the time to respond to my question - Anthony