Commit d59578da authored by NeilBrown's avatar NeilBrown Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-dts: add dts files



Add device tree source for mt7621 and gnubee1 to
make testing easier.

Signed-off-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 792c11c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -130,4 +130,6 @@ source "drivers/staging/mt7621-mmc/Kconfig"

source "drivers/staging/mt7621-eth/Kconfig"

source "drivers/staging/mt7621-dts/Kconfig"

endif # STAGING
+1 −0
Original line number Diff line number Diff line
@@ -56,3 +56,4 @@ obj-$(CONFIG_SOC_MT7621) += mt7621-spi/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-dma/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-mmc/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-eth/
obj-$(CONFIG_SOC_MT7621)	+= mt7621-dts/
+5 −0
Original line number Diff line number Diff line
config DTB_GNUBEE1
	bool "GnuBee1 NAS"
	depends on SOC_MT7621 && DTB_RT_NONE
	select BUILTIN_DTB
+3 −0
Original line number Diff line number Diff line
dtb-$(CONFIG_DTB_GNUBEE1)      += gbpc1.dtb

obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))
+5 −0
Original line number Diff line number Diff line

- ensure all usage matches code
- ensure all features used are documented

Cc: NeilBrown <neil@brown.name>
 No newline at end of file
Loading