diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-10 01:07:54 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-10 01:27:13 +0300 |
commit | 61978617e905f3571d9a8d3740a5aa4369476f94 (patch) | |
tree | 17a8328d69634171f12367955196317c7265d5f2 /arch/arm/boot/dts/Makefile | |
parent | be57274e0dd7f74b5c377aaaa952ce4519e9f46a (diff) | |
download | linux-61978617e905f3571d9a8d3740a5aa4369476f94.tar.xz |
ARM: dts: Add minimal support for Droid Bionic xt875
We already have folks booting Droid Bionic with Droid 4 dts, but it is
a different hardware with no keyboard.
Let's start adding device specific support for Droid bionic by making
current omap4-droid4-xt894 a common file and including it.
Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Sebastian Reichel <sre@kernel.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
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 b21b3a64641a..7a61339b8049 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -765,6 +765,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-wega-rdk.dtb \ am335x-osd3358-sm-red.dtb dtb-$(CONFIG_ARCH_OMAP4) += \ + omap4-droid-bionic-xt875.dtb \ omap4-droid4-xt894.dtb \ omap4-duovero-parlor.dtb \ omap4-kc1.dtb \ |