diff options
author | Ludovic Desroches <ludovic.desroches@microchip.com> | 2017-12-07 11:24:53 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:49:52 +0300 |
commit | 42ed535595ec9c72590ab7e236e190e88c179e30 (patch) | |
tree | 127a75611304a46a3811c502b27026cdc329fffe /arch/arm/boot/dts/Makefile | |
parent | 0e43238999737a7ec1cd732c03c2137f31c0be80 (diff) | |
download | linux-42ed535595ec9c72590ab7e236e190e88c179e30.tar.xz |
ARM: dts: at91: introduce the sama5d2 ptc ek board
Add the official SAMA5D2 Peripheral Touch Controller Evaluation
Kit board.
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.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 d62ee6f0271d..b05beb89efe5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -49,6 +49,7 @@ dtb-$(CONFIG_SOC_SAM_V7) += \ at91-kizbox2.dtb \ at91-nattis-2-natte-2.dtb \ at91-sama5d27_som1_ek.dtb \ + at91-sama5d2_ptc_ek.dtb \ at91-sama5d2_xplained.dtb \ at91-sama5d3_xplained.dtb \ at91-tse850-3.dtb \ |