Closed insekt closed 3 years ago
This experiment is in progress, now working on device tree part to check this fix.
Device tree support is included in the August 12, 2021 drop, specifically in commit 3ef1e9f5. See the optoe.txt file for the device tree info specified in the manner of Linux kernel documentation.
It's necessary to make some enhancement to the driver's code so the Linux kernel can bind devices with driver. According to this tutorial http://xillybus.com/tutorials/device-tree-zynq-3 here are changes that need to be done.
and add
.of_match_table = optoe_of_match,
property