diff options
author | Tero Kristo <t-kristo@ti.com> | 2020-06-16 11:03:06 +0300 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-06-16 17:00:12 +0530 |
commit | 0a453751153cee25e5282fd6ab750dc53463d5d4 (patch) | |
tree | 14cf812b22d1d7e7aa364b7ab113aa8cff495918 /arch/arm/dts/Makefile | |
parent | 00fde6b873207d4d1415bc46560633d6c925f3f3 (diff) |
omap4: panda: convert to device model
Convert omap4 panda to device model.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 9900b44274..fd2e7787ec 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -848,6 +848,10 @@ dtb-$(CONFIG_TARGET_OMAP3_BEAGLE) += \ dtb-$(CONFIG_TARGET_OMAP3_IGEP00X0) += \ omap3-igep0020.dtb +dtb-$(CONFIG_TARGET_OMAP4_PANDA) += \ + omap4-panda.dtb \ + omap4-panda-es.dtb + dtb-$(CONFIG_TARGET_SAMA5D2_PTC_EK) += \ at91-sama5d2_ptc_ek.dtb |