On 25.11.2021 10:58, Andy Shevchenko wrote:
Besides that, consider test cases to be added (OF has its unittest built-in into the kernel).
I'm confused here. We indeed have drivers/of/unittest.c but that seems to cover in-kernel DT API. All kind of of_*() helper functions. What I add is a simple binding support. I don't extend kernel API. What possibly should I add to unit tests?