diff options
author | Stefan Mavrodiev <stefan@olimex.com> | 2018-02-02 15:56:33 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-13 22:40:35 +0530 |
commit | d682cff440c962e4312ed404b90a50b305b43d8b (patch) | |
tree | 64c31caa3cba42d4268671ab962b8f26e3ddf2cf /arch/arm/dts/Makefile | |
parent | 8dd6497d9cd0d8969d623f1f6114b85f9feb6f2f (diff) |
sunxi: Add A20-SOM204-EVB-eMMC board
A20-SOM204 board has option with onboard 16GB eMMC. The chip is wired
to MMC2 slot.
This patch adds defconfig and dts files for this board. The dts is same
with mainline kernel.
Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 0c0a90e554..6b3891e0af 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -305,6 +305,7 @@ dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-mk808c.dtb \ sun7i-a20-olimex-som-evb.dtb \ sun7i-a20-olimex-som204-evb.dtb \ + sun7i-a20-olimex-som204-evb-emmc.dtb \ sun7i-a20-olinuxino-lime.dtb \ sun7i-a20-olinuxino-lime2.dtb \ sun7i-a20-olinuxino-lime2-emmc.dtb \ |