On Sat, 16 Nov 2013 13:09:13 -0600, Rob Herring <robherring2@xxxxxxxxx> wrote: > On Fri, Nov 15, 2013 at 11:46 AM, Grant Likely <grant.likely@xxxxxxxxxx> wrote: > > Adds a few simple test cases to ensure that addition, update and removal > > of device tree node properties works correctly. > > > > Signed-off-by: Grant Likely <grant.likely@xxxxxxxxxx> > > Cc: Rob Herring <rob.herring@xxxxxxxxxxx> > > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > > Cc: David S. Miller <davem@xxxxxxxxxxxxx> > > Cc: Nathan Fontenot <nfont@xxxxxxxxxxxxxxxxxx> > > Cc: Pantelis Antoniou <panto@xxxxxxxxxxxxxxxxxxxxxxx> > > --- > > drivers/of/selftest.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 62 insertions(+) > > Does this need to depend on or select OF_DYNAMIC? It shouldn't. The property manipulation does not depend on OF_DYNAMIC. Only the node manipulation does. When I do more testing next week I'll verify. g. -- 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