Hi, I understand this is bikeshedding to some extent, but I'd also like to avoid needless variation in binding formats:
On Tue, Mar 3, 2015 at 1:32 AM, Linus Walleij <[email protected]> wrote: > + > +foo@1000 { > + compatible = "syscon", "simple-mfd"; > + reg = <0x010000 0x1000>; > + > + [email protected] { This doesn't seem to be a typo, you're using a period in the unit address. I've never seen that done before, usually commas are used instead. Was there a reason for going with period? -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
