diff options
author | Raashid Muhammed <raashidmuhammed@zilogic.com> | 2016-06-03 08:15:39 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-07 20:05:44 +0200 |
commit | 726b4d062e29bacfa686e036f7cd2e3919a20808 (patch) | |
tree | 41fe9d12ea01a3feb70ed6ab9229a1b4a6146589 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: at91: at91sam9260: Remove leading zeros in OHCI node. (diff) | |
download | linux-726b4d062e29bacfa686e036f7cd2e3919a20808.tar.xz linux-726b4d062e29bacfa686e036f7cd2e3919a20808.zip |
ARM: dts: at91: Add DT support for Olimex SAM9-L9260 board.
sam9-l9260 is a low cost board designed by Olimex.
More information is available at:
https://www.olimex.com/Products/ARM/Atmel/SAM9-L9260/
Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.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 06b6c2d695bf..0ee9e6134ee9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -19,6 +19,7 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \ usb_a9260.dtb \ at91sam9261ek.dtb \ at91sam9263ek.dtb \ + at91-sam9_l9260.dtb \ tny_a9263.dtb \ usb_a9263.dtb \ at91-foxg20.dtb \ |