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

Reply via email to