diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-03-25 11:55:02 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-03-25 16:07:12 +0100 |
commit | 87fcfa7b7fe6bf819033fe827a27f710e38639b5 (patch) | |
tree | 43e664f46d3c0efa2ae2d178fe8c2c75108a64f6 /arch/mips/boot/dts/Makefile | |
parent | bfe9a29996293c0b72ff7c4ad45af882c787c4ee (diff) | |
download | linux-87fcfa7b7fe6bf819033fe827a27f710e38639b5.tar.gz linux-87fcfa7b7fe6bf819033fe827a27f710e38639b5.tar.bz2 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/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 1e79cab8e269..d429a69bfe30 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 += loongson subdir-y += mscc subdir-y += mti subdir-y += netlogic |