summaryrefslogtreecommitdiff
path: root/drivers/staging/mt7621-dts/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2019-07-01 03:43:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-03 19:28:29 +0300
commitbaa3477f06af2238bc88a74db22d7e8ea5782dda (patch)
tree0ba404a9d4a6dfbe1c6d911c220d607ee6a65e0c /drivers/staging/mt7621-dts/Makefile
parentcf8e49ae200baa05b8536e99fbee37faf9c2cebb (diff)
downloadlinux-baa3477f06af2238bc88a74db22d7e8ea5782dda.tar.xz
staging: mt7621-dts: add support for second network interface
The mt7621 has two network interfaces, one that connects to an internal switch, and one that can connect to either that switch or an external phy, or possibly an internal phy. The Gnubee-PC2 has an external phy for use with the second interface. This patch add some support for the second interface to mt7621.dtsi and add a gbpc2.dts which makes use of this. This allows the second interface to be used. I don't fully understand how to configure this interface - the documentation is thin - so there could well be room for improvement here. Signed-off-by: NeilBrown <neil@brown.name> Link: https://lore.kernel.org/r/156194178766.1430.12784163026696670896.stgit@noble.brown Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-dts/Makefile')
-rw-r--r--drivers/staging/mt7621-dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-dts/Makefile b/drivers/staging/mt7621-dts/Makefile
index aeec48a4edc7..b4ab99fed932 100644
--- a/drivers/staging/mt7621-dts/Makefile
+++ b/drivers/staging/mt7621-dts/Makefile
@@ -1,4 +1,5 @@
# 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))