diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-27 19:50:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-27 19:50:52 -0400 |
commit | 75551c8bfc9545e31ec2ce238cac3857904007b8 (patch) | |
tree | 5930f2feea2b0a42c28b211c6c0018f15e694d0f /arch/arm/dts/Makefile | |
parent | df9a7a195bdf0722399199bf373afc8309ae3ad7 (diff) | |
parent | adc097e13320f1016526f0fab75321ad7bab9521 (diff) |
Merge branch '2019-07-26-ti-imports'
- Bring in the rest of the J271E platform
- Various OMAP3/AM3517, DA850 fixes
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index f51da03097..49d1faef32 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -773,6 +773,8 @@ dtb-$(CONFIG_TARGET_STM32MP1) += \ stm32mp157c-ev1.dtb dtb-$(CONFIG_SOC_K3_AM6) += k3-am654-base-board.dtb k3-am654-r5-base-board.dtb +dtb-$(CONFIG_SOC_K3_J721E) += k3-j721e-common-proc-board.dtb \ + k3-j721e-r5-common-proc-board.dtb dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt7623n-bananapi-bpi-r2.dtb \ |