diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-10-16 00:36:09 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 21:24:33 +0400 |
commit | df01318850d5c687533c6e2460d1df65944d0d4b (patch) | |
tree | a2f89ab1f7d2a31794e67a1e4300b14adaa0b22a /arch/arm/boot/dts/Makefile | |
parent | c482525659effc9fadc0cef88cffdb6f8c63d2b6 (diff) | |
download | linux-df01318850d5c687533c6e2460d1df65944d0d4b.tar.xz |
ARM: dts: add minimal DT support for Nokia N950 & N9 phones
Add minimal DT support for Nokia N950 & N9 phones. The same functionality
that is provided by the current board file should work: serial console,
USB, OneNAND and MMC.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 841cd634d95d..e3a8f226bf52 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -174,6 +174,8 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3-evm.dtb \ omap3-evm-37xx.dtb \ omap3-n900.dtb \ + omap3-n9.dtb \ + omap3-n950.dtb \ omap3-tobi.dtb \ omap3-gta04.dtb \ omap3-igep0020.dtb \ |