diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-05-19 14:54:22 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-04 15:59:44 +0200 |
commit | 1dd6e8631e88e5baebbf29d1fea8f2259c67e2fa (patch) | |
tree | f4b88ce15d00a593e6e6113cb2274d3ac9590e8d /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: at91: calao: remove leftovers clock definition (diff) | |
download | linux-1dd6e8631e88e5baebbf29d1fea8f2259c67e2fa.tar.xz linux-1dd6e8631e88e5baebbf29d1fea8f2259c67e2fa.zip |
ARM: dts: at91: add at91sam9260ek board DT
Add Device Tree source file for at91sam9260ek board. This official Atmel
Evaluation Kit is designed around a SoC based on a ARM 926 core the
at91sam9260.
The board is also added to the dts Makefile.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
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 0ee9e6134ee9..fbd7de633788 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -17,6 +17,7 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \ evk-pro3.dtb \ tny_a9260.dtb \ usb_a9260.dtb \ + at91sam9260ek.dtb \ at91sam9261ek.dtb \ at91sam9263ek.dtb \ at91-sam9_l9260.dtb \ |