diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-06-23 20:24:31 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-16 10:48:09 +0200 |
commit | ac6b13814f7af6981fb718fad8cf83199cd98dad (patch) | |
tree | 7865a00a719115e1a00faf1466a9184dcbf68df8 /arch/mips/boot/dts/ingenic/Makefile | |
parent | c211ab5f5e6e304aee43bb5ef6919fbe4e41ef64 (diff) | |
download | lwn-ac6b13814f7af6981fb718fad8cf83199cd98dad.tar.gz lwn-ac6b13814f7af6981fb718fad8cf83199cd98dad.zip |
MIPS: ingenic: Add support for the RS90 board
The RS-90, better known as RetroMini, is a small and pocketable handheld
gaming console from YLMChina. It has little more than a JZ4725B SoC, a
NAND, a screen, some buttons and a speaker.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/ingenic/Makefile')
-rw-r--r-- | arch/mips/boot/dts/ingenic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ingenic/Makefile b/arch/mips/boot/dts/ingenic/Makefile index e1654291a7b0..f23ff5109e5b 100644 --- a/arch/mips/boot/dts/ingenic/Makefile +++ b/arch/mips/boot/dts/ingenic/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb +dtb-$(CONFIG_JZ4740_RS90) += rs90.dtb dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb dtb-$(CONFIG_X1000_CU1000_NEO) += cu1000-neo.dtb |