[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ec981260-fbe3-5cc4-1da3-dfb2f70f8f85@inbox.ru>
Date: Mon, 19 Jul 2021 09:58:05 +0300
From: Maxim Kochetkov <fido_max@...ox.ru>
To: Li Yang <leoyang.li@....com>
Cc: linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>, saravanak@...gle.com,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
lkml <linux-kernel@...r.kernel.org>,
"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
<linux-arm-kernel@...ts.infradead.org>,
Zhao Qiang <qiang.zhao@....com>
Subject: Re: [PATCH] soc: fsl: qe: convert QE interrupt controller to
platform_device
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
Powered by blists - more mailing lists