diff options
author | Pavel Machek <pavel@ucw.cz> | 2013-08-13 15:36:36 +0200 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-08 17:51:39 +0200 |
commit | a4d4b15363ea31236e557c471d9aa95202fed88a (patch) | |
tree | b710f9e0071ac4bcb96238ebedd0c6aa04022663 /arch/arm/boot/dts/Makefile | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af (diff) |
ARM: dts: N900: Add device tree
This adds device tree with necessary support to boot with functional
video (on both emulator and real N900 device).
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Benoit Cousson <bcousson@baylibre.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 802720e3e8fd..a7cae5371489 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -172,6 +172,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3-devkit8000.dtb \ omap3-beagle-xm.dtb \ omap3-evm.dtb \ + omap3-n900.dtb \ omap3-tobi.dtb \ omap3-igep0020.dtb \ omap3-igep0030.dtb \ |