diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-28 15:39:41 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-03-01 00:52:10 +0300 |
commit | 999400d491d0bc0d857329950cec339d5d5690e4 (patch) | |
tree | 847a1715eddada8850e6b2094ca1aa326fdb415e /arch/arm/boot/dts/Makefile | |
parent | 44f95b12e7c55d8c226a23cf30712923894226f9 (diff) | |
download | linux-999400d491d0bc0d857329950cec339d5d5690e4.tar.xz |
ARM: dts: LG Optimus Black codename sniper basic support
The LG Optimus Black codename sniper is a smartphone that was designed and
manufactured by LG Electronics (LGE) and released back in 2011.
It is using an OMAP3630 SoC, GP version.
This adds devicetree support for the device, with only a few basic features
supported, such as debug uart, i2c, internal emmc and external mmc.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Tony Lindgren <tony@atomide.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 a4a6d70e8b26..7314cf8d2ad7 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -460,6 +460,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ omap3-sbc-t3517.dtb \ omap3-sbc-t3530.dtb \ omap3-sbc-t3730.dtb \ + omap3-sniper.dtb \ omap3-thunder.dtb \ omap3-zoom3.dtb dtb-$(CONFIG_SOC_TI81XX) += \ |