On Monday, August 8, 2016 11:24:02 PM CEST Linus Walleij wrote: > + > +Required subnode properties: > +- chipselect: <N> where N is the chipselect configured in this node > +- address-cells: should be <1> > +- size-cells: should be <1> > +- ranges: bool should be present > I think this should use a proper ranges property that translates the address space of the external bus into the parent bus. Just use #address-cells=<2> and make the first cell the cs number, as the other similar drivers do, and get rid of the chipselect property. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html