diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-05-15 16:40:01 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-18 09:41:45 +0200 |
commit | 87ac8e18ee7217187170e038f2fa9a1faf59dcc7 (patch) | |
tree | 17a1ef419780874a0e2bee32059dc389d0ab0791 /arch/arm/boot/dts/Makefile | |
parent | be3c1392b3b7a0243a5a4bf3ae6fe42ee983974d (diff) | |
download | lwn-87ac8e18ee7217187170e038f2fa9a1faf59dcc7.tar.gz lwn-87ac8e18ee7217187170e038f2fa9a1faf59dcc7.zip |
ARM: sun8i: v3s: add support for Lichee Pi Zero w/ dock board
The Lichee Pi Zero board has a "dock board" which needs to be soldered
with the 1.27mm stamp holes on a Lichee Pi Zero board.
It features:
- Onboard MIC and headphone jack (not supported yet)
- Ethernet port (not supported yet)
- An extra MicroSD slot connected to MMC1 controller
- four keys connected to the LRADC.
As it needs to be soldered with the main board to use, add a stand-alone
device tree for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 9c5e1d944d1c..929a4167fcaa 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -905,7 +905,8 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-h3-orangepi-plus.dtb \ sun8i-h3-orangepi-plus2e.dtb \ sun8i-r16-parrot.dtb \ - sun8i-v3s-licheepi-zero.dtb + sun8i-v3s-licheepi-zero.dtb \ + sun8i-v3s-licheepi-zero-dock.dtb dtb-$(CONFIG_MACH_SUN9I) += \ sun9i-a80-optimus.dtb \ sun9i-a80-cubieboard4.dtb |