diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2017-12-29 10:37:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:28 -0500 |
commit | 3ff0d8018105614a466b10265e6dff99de958135 (patch) | |
tree | 14728a707fe315d2fd3f65d65907085cbc9e75ce /arch/arm/dts/Makefile | |
parent | 3741c044cbf584b741b6bd4c58fda2ad69bb2b15 (diff) |
ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard
This commit adds OMAP3 BeagleBoard devicetree files from
Linux v4.15-rc5. This includes standard OMAP34XX board revisions as
well as the 'xM' which is OMAP36XX.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7162da4e1f..9540ba4313 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -446,6 +446,11 @@ dtb-$(CONFIG_TARGET_OMAP3_EVM) += \ omap3-evm-37xx.dtb \ omap3-evm.dtb +dtb-$(CONFIG_TARGET_OMAP3_BEAGLE) += \ + omap3-beagle-xm-ab.dtb \ + omap3-beagle-xm.dtb \ + omap3-beagle.dtb + dtb-$(CONFIG_TARGET_SAMA5D2_PTC_EK) += \ at91-sama5d2_ptc_ek.dtb |