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

From: Maxim Kochetkov
Date: Mon Jul 19 2021 - 02:56:10 EST


15.07.2021 01:29, Li Yang wrote:
From the original code, this should be type = "qeic". It is not
defined in current binding but probably needed for backward
compatibility.

I took these strings from this part:

np = of_find_compatible_node(NULL, NULL, "fsl,qe-ic");

if (!np) {

np = of_find_node_by_type(NULL, "qeic");

if (!np)

return -ENODEV;

}

However I can't find usage of "qeic" in any dts, so I will drop this in V2