diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-03-20 14:07:58 +0100 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-21 23:32:38 +0000 |
commit | d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4 (patch) | |
tree | 091605cc22a2bc878af6855147687991fce36024 /arch/mips/boot/dts/mscc/Makefile | |
parent | 2707177e86ec9b25c0988c2cc827acbae409b376 (diff) | |
download | linux-d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4.tar.gz linux-d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4.tar.bz2 linux-d843dd530d57e75a9fd1bfd694bd1f13eb5fe8d4.zip |
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/mscc/Makefile')
-rw-r--r-- | arch/mips/boot/dts/mscc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/mscc/Makefile b/arch/mips/boot/dts/mscc/Makefile new file mode 100644 index 000000000000..dd08e63a10ba --- /dev/null +++ b/arch/mips/boot/dts/mscc/Makefile @@ -0,0 +1 @@ +obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) |