diff options
| author | Kory Maincent (TI) <kory.maincent@bootlin.com> | 2026-02-16 19:55:52 +0300 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2026-03-06 03:33:21 +0300 |
| commit | 18161bb01ede109fed41c66efa2624a4c27377f7 (patch) | |
| tree | 3c900e962d3b4185444ae7033e04623df3cb8619 | |
| parent | 16dcd2c7535ed09e97fc075cad97814f0e8968ed (diff) | |
| download | linux-18161bb01ede109fed41c66efa2624a4c27377f7.tar.xz | |
ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees
Allow overlays to be applied to am335x BeagleBoard boards. This adds
around ~40% to the total size of the DTB files on average.
Signed-off-by: Kory Maincent (TI) <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260216-feature_bbge-v2-1-22805cfdbf62@bootlin.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
| -rw-r--r-- | arch/arm/boot/dts/ti/omap/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/Makefile b/arch/arm/boot/dts/ti/omap/Makefile index be992910f064..4c577214f512 100644 --- a/arch/arm/boot/dts/ti/omap/Makefile +++ b/arch/arm/boot/dts/ti/omap/Makefile @@ -176,3 +176,11 @@ dtb-$(CONFIG_SOC_TI81XX) += \ dm8148-t410.dtb \ dm8168-evm.dtb \ dra62x-j5eco-evm.dtb + +# Enable support for device-tree overlays +DTC_FLAGS_am335x-bone += -@ +DTC_FLAGS_am335x-boneblack += -@ +DTC_FLAGS_am335x-boneblack-wireless += -@ +DTC_FLAGS_am335x-bonegreen += -@ +DTC_FLAGS_am335x-bonegreen-wireless += -@ +DTC_FLAGS_am335x-bonegreen-eco += -@ |
