diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-03-25 04:55:02 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-03-25 16:07:12 +0100 |
commit | 87fcfa7b7fe6bf819033fe827a27f710e38639b5 (patch) | |
tree | 43e664f46d3c0efa2ae2d178fe8c2c75108a64f6 /arch/mips/boot/dts/loongson/Makefile | |
parent | dt-bindings: mips: Add loongson boards (diff) | |
download | linux-87fcfa7b7fe6bf819033fe827a27f710e38639b5.tar.xz linux-87fcfa7b7fe6bf819033fe827a27f710e38639b5.zip |
MIPS: Loongson64: Add generic dts
Add generic device dts for Loongson-3 devices.
They are currently almost identical but will be different later.
Some PCH devices like PCI Host Bridge is still enabled by platform
code for now.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Co-developed-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/loongson/Makefile')
-rw-r--r-- | arch/mips/boot/dts/loongson/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/loongson/Makefile b/arch/mips/boot/dts/loongson/Makefile new file mode 100644 index 000000000000..56d379471262 --- /dev/null +++ b/arch/mips/boot/dts/loongson/Makefile @@ -0,0 +1,4 @@ +# SPDX_License_Identifier: GPL_2.0 +dtb-$(CONFIG_MACH_LOONGSON64) += loongson3_4core_rs780e.dtb loongson3_8core_rs780e.dtb + +obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) |