diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-03-20 16:07:58 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-22 02:32:38 +0300 |
commit | d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4 (patch) | |
tree | 091605cc22a2bc878af6855147687991fce36024 /arch/mips/boot/dts/Makefile | |
parent | 2707177e86ec9b25c0988c2cc827acbae409b376 (diff) | |
download | linux-d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4.tar.xz |
MIPS: mscc: Add ocelot dtsi
Add a device tree include file for the Microsemi Ocelot SoC.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Allan Nielsen <Allan.Nielsen@microsemi.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/18855/
Signed-off-by: James Hogan <jhogan@kernel.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 e2c6f131c8eb..1e79cab8e269 100644 --- a/arch/mips/boot/dts/Makefile +++ b/arch/mips/boot/dts/Makefile @@ -4,6 +4,7 @@ subdir-y += cavium-octeon subdir-y += img subdir-y += ingenic subdir-y += lantiq +subdir-y += mscc subdir-y += mti subdir-y += netlogic subdir-y += ni |