Re: [PATCH v4] soc: fsl: qe: convert QE interrupt controller to platform_device

From: Maxim Kochetkov
Date: Fri Aug 06 2021 - 00:40:22 EST


03.08.2021 20:51, Saravana Kannan wrote:
So lets convert this driver to simple platform_device with probe().
Also use platform_get_ and devm_ family function to get/allocate
resources and drop unused .compatible = "qeic".
Yes, please!

Should I totally drop { .type = "qeic"}, or keep?