diff options
author | Tero Kristo <t-kristo@ti.com> | 2020-06-16 11:03:09 +0300 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-06-16 17:00:12 +0530 |
commit | 8f1ed2e4ed64959535ee61d396cb2a41fcb97d61 (patch) | |
tree | 3cccded4d0fb122a73f06865f8aed358da5c62fd /arch/arm/dts/Makefile | |
parent | 8812ed97255a30a4f625e3d99a5108bf3e61ec95 (diff) | |
download | u-boot-8f1ed2e4ed64959535ee61d396cb2a41fcb97d61.tar.gz |
omap5: Copy device tree from linux 5.7.y
Copy all the device tree files required for omap5 uevm support from
mainline Linux.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index f76c19f794..03b1f8388d 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -856,6 +856,9 @@ dtb-$(CONFIG_TARGET_OMAP4_SDP4430) += \ omap4-sdp.dtb \ omap4-sdp-es23plus.dtb +dtb-$(CONFIG_TARGET_OMAP5_UEVM) += \ + omap5-uevm.dtb + dtb-$(CONFIG_TARGET_SAMA5D2_PTC_EK) += \ at91-sama5d2_ptc_ek.dtb |