[PATCH] soc: fsl: qe: convert QE interrupt controller to platform_device
Maxim Kochetkov
fido_max at inbox.ru
Mon Jul 19 16:58:05 AEST 2021
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
More information about the Linuxppc-dev
mailing list