summaryrefslogtreecommitdiff
path: root/drivers/staging/mt7621-dts/Makefile
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2022-03-15 19:01:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-03-16 17:10:23 +0300
commit7a6ee0bbab2551d7189ce0f5e625fef4d612ebea (patch)
treeded8e6489c6d3e785f6fa5b5de450f3bca8f79f8 /drivers/staging/mt7621-dts/Makefile
parent5aaec657369cb94e6d94ad1c66a264070e78e2b2 (diff)
downloadlinux-7a6ee0bbab2551d7189ce0f5e625fef4d612ebea.tar.xz
mips: dts: ralink: add MT7621 SoC
The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc dual-core CPU, a 5-port 10/100/1000 switch/PHY and one RGMII. Add the devicetrees for GB-PC1 and GB-PC2 devices which use MT7621 SoC. Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Link: https://lore.kernel.org/r/20220315160149.3617-1-arinc.unal@arinc9.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-dts/Makefile')
-rw-r--r--drivers/staging/mt7621-dts/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/mt7621-dts/Makefile b/drivers/staging/mt7621-dts/Makefile
deleted file mode 100644
index b4ab99fed932..000000000000
--- a/drivers/staging/mt7621-dts/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-dtb-$(CONFIG_DTB_GNUBEE1) += gbpc1.dtb
-dtb-$(CONFIG_DTB_GNUBEE2) += gbpc2.dtb
-
-obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))