Quoting Viresh Kumar (2018-04-16 00:26:21) > --- > V1->V2: > - Added Reviewed-by from Stephen. Ok > diff --git a/drivers/of/platform.c b/drivers/of/platform.c > index c00d81dfac0b..93aff2bf56f9 100644 > --- a/drivers/of/platform.c > +++ b/drivers/of/platform.c > @@ -32,6 +32,11 @@ const struct of_device_id of_default_bus_match_table[] = { > {} /* Empty terminated list */ > }; > > +const struct of_device_id of_skipped_node_table[] = { static? > + { .compatible = "operating-points-v2", }, > + {} /* Empty terminated list */ > +}; > + > static int of_dev_node_match(struct device *dev, void *data) > { > return dev->of_node == data; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html