Hi Olof We are getting near to having boards fully described in DT. The last major piece we are missing is a DT binding for the Ethernet driver. Once that is in we can remove many of these per-board files and C code in board-dt.c. However, this is not going to happen before this merge window :-( > Same here. I actually think this is a table that is no longer needed -- the > board compat can/should be done on the generic compatible string instead of for > each most-specific board string. > > > +static void ns2_power_off(void) > > +{ > > + gpio_set_value(NS2_GPIO_POWER_OFF, 1); > > +} > > This kind of thing should be possible to generalize through a generic binding. Such a generic binding is part of the pull requests. We converted two existing boards to this new binding. However, the new boards don't make use of a lot of new features we added this cycle, including this generic binding and pinctrl. We might have time to convert them before the merge window, otherwise it will be one of the first things we do for the next cycle. Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html