On Tuesday, February 09, 2016 at 09:13:56 AM, Antony Pavlov wrote: > The following features are supported: > > * UART; > * SPI-flash; > * USB host; > * GPIO keys and LEDs. > > Links: > > * http://www.dragino.com/products/mother-board/item/71-ms14-p.html > * https://wiki.openwrt.org/toh/dragino/ms14 > > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > Cc: Gabor Juhos <juhosg@xxxxxxxxxxx> > Cc: Alban Bedel <albeu@xxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > --- > arch/mips/boot/dts/qca/Makefile | 1 + > arch/mips/boot/dts/qca/dragino_ms14.dts | 101 > ++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) > > diff --git a/arch/mips/boot/dts/qca/Makefile > b/arch/mips/boot/dts/qca/Makefile index 504c4b1..e949cff 100644 > --- a/arch/mips/boot/dts/qca/Makefile > +++ b/arch/mips/boot/dts/qca/Makefile > @@ -1,5 +1,6 @@ > # All DTBs > dtb-$(CONFIG_ATH79) += ar9132_tl_wr1043nd_v1.dtb > +dtb-$(CONFIG_ATH79) += dragino_ms14.dtb ar9331_dragino_ms14.dtb ? > dtb-$(CONFIG_ATH79) += tl_mr3020.dtb > You should re-order the board additions at the end of the patchset, so you can then squash the USB DT patch for the mr3020 board into it. Best regards, Marek Vasut