diff options
author | Peter Rosin <peda@axentia.se> | 2017-12-04 14:57:08 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-04 20:37:45 +0100 |
commit | 0e43238999737a7ec1cd732c03c2137f31c0be80 (patch) | |
tree | 3febb4d6afb5104b7987baa59241ea19e03b12e7 /arch/arm/boot/dts/Makefile | |
parent | 1d7af0f0870445692569deaf738b9626b3935e5e (diff) | |
download | lwn-0e43238999737a7ec1cd732c03c2137f31c0be80.tar.gz lwn-0e43238999737a7ec1cd732c03c2137f31c0be80.zip |
ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power
The Axentia Nattis is a device designed for presenting departures for
public transport systems. The Natte helper board provides power and
features a battery of battery chargers.
Signed-off-by: Peter Rosin <peda@axentia.se>
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 d0381e9caf21..d62ee6f0271d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -47,6 +47,7 @@ dtb-$(CONFIG_SOC_AT91SAM9) += \ at91sam9x35ek.dtb dtb-$(CONFIG_SOC_SAM_V7) += \ at91-kizbox2.dtb \ + at91-nattis-2-natte-2.dtb \ at91-sama5d27_som1_ek.dtb \ at91-sama5d2_xplained.dtb \ at91-sama5d3_xplained.dtb \ |