mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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>
This commit is contained in:
parent
16dcd2c753
commit
18161bb01e
|
|
@ -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 += -@
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user