diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2015-05-28 09:49:50 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-28 09:49:50 -0700 |
commit | 8584d4fcab2222e2501e1c95b4d063cd4a76891d (patch) | |
tree | aca2cd4c241230214ec24d50a4db180b3d5e6d12 /arch/arm/boot/dts/Makefile | |
parent | 8db087a72334ec40ca4f0c3dcf28444aea4dfe58 (diff) | |
download | lwn-8584d4fcab2222e2501e1c95b4d063cd4a76891d.tar.gz lwn-8584d4fcab2222e2501e1c95b4d063cd4a76891d.zip |
ARM: dts: am335x-sl50: Add Toby-Churchill SL50 board support.
Add support for Lightwriter SL50 series board, a small, robust and portable
Voice Output Communication Aids (VOCA) designed to meet the particular and
changing needs of people with speech loss resulting from a wide range of
acquired, progressive and congenital conditions.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Andy Simpkins <andy.simpkins@toby-churchill.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 495dfa2fd1ca..2f0bf1d0f4f9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -411,6 +411,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-base0033.dtb \ am335x-bone.dtb \ am335x-boneblack.dtb \ + am335x-sl50.dtb \ am335x-evm.dtb \ am335x-evmsk.dtb \ am335x-nano.dtb \ |