diff options
author | Olof Johansson <olof@lixom.net> | 2015-07-27 14:48:07 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-27 14:48:07 +0200 |
commit | 743ca9e9f8e936b9575ced7a41d30f4dc4803a6f (patch) | |
tree | 4040cbd35218a89796b46e2d00fce9718d24ff44 /arch/arm/boot/dts/Makefile | |
parent | d1005cc96b292889a66a946b636394cb5e9a524e (diff) | |
parent | f5887fe5d14181aef0653ab04f60988252d42461 (diff) | |
download | talos-op-linux-743ca9e9f8e936b9575ced7a41d30f4dc4803a6f.tar.gz talos-op-linux-743ca9e9f8e936b9575ced7a41d30f4dc4803a6f.zip |
Merge tag 'omap-for-v4.3/dt-dm814x' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
omap dts changes for minimal dm814x support for v4.3 merge window.
These changes make dm814x boot and adds minimal board support for
dm814x-evm and hp t410.
Note that to boot these depend on omap-for-v4.3/soc-signed branch,
but as dm814x support is currently broken, these can be merged
separately with the other dts changes.
* tag 'omap-for-v4.3/dt-dm814x' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2+: Add custom abort handler for t410
ARM: dts: Add minimal support for HP T410
ARM: dts: Add minimal dts support for dm8148-evm
ARM: dts: Add minimal clocks for dm814x
ARM: dts: Add minimal dm814x support
Signed-off-by: Olof Johansson <olof@lixom.net>
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 7b908eabfd93..1d3dedd8ca50 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -433,6 +433,8 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ omap3-thunder.dtb \ omap3-zoom3.dtb dtb-$(CONFIG_SOC_TI81XX) += \ + dm8148-evm.dtb \ + dm8148-t410.dtb \ dm8168-evm.dtb dtb-$(CONFIG_SOC_AM33XX) += \ am335x-baltos-ir5221.dtb \ |