diff options
author | Nathan Sullivan <nathan.sullivan@ni.com> | 2017-07-18 13:29:09 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-29 15:21:51 +0200 |
commit | 7aacf86b75bc5523d20fd9127104384fce51ce9c (patch) | |
tree | 3347dea4690c909faab09660e221e11a6b926caf /arch/mips/boot/dts/Makefile | |
parent | 0c4037b9dd8b021f6cac0c51edc8873bf10d6567 (diff) | |
download | op-kernel-dev-7aacf86b75bc5523d20fd9127104384fce51ce9c.zip op-kernel-dev-7aacf86b75bc5523d20fd9127104384fce51ce9c.tar.gz |
MIPS: NI 169445 board support
Support the National Instruments 169445 board.
Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/16782/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/Makefile')
-rw-r--r-- | arch/mips/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile index b9db492..cbac26c 100644 --- a/arch/mips/boot/dts/Makefile +++ b/arch/mips/boot/dts/Makefile @@ -5,6 +5,7 @@ dts-dirs += ingenic dts-dirs += lantiq dts-dirs += mti dts-dirs += netlogic +dts-dirs += ni dts-dirs += pic32 dts-dirs += qca dts-dirs += ralink |