On Thu, Aug 5, 2021 at 9:35 PM Maxim Kochetkov <fido_max@xxxxxxxx> wrote:
03.08.2021 20:51, Saravana Kannan wrote:
So lets convert this driver to simple platform_device with probe().Yes, please!
Also use platform_get_ and devm_ family function to get/allocate
resources and drop unused .compatible = "qeic".
Should I totally drop { .type = "qeic"}, or keep?
Sorry for the confusion. My "Yes, please"!" was a show of support for
switching this to a proper platform driver. Not a response to that
specific question.
I didn't look at the code/DT close enough to know/care about the "type" part.