diff options
author | Nathan Morrisson <nmorrisson@phytec.com> | 2024-04-19 22:35:52 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2024-04-29 22:35:29 +0300 |
commit | 01b4bd7bb36e253384792e842245153293f1404b (patch) | |
tree | 18f1adf7c23f930c35f38937707e27fc555f0d6b /arch/arm64/boot/dts/ti | |
parent | 954b585eace0bcb6070444fdbc8ee8c5148e3ee9 (diff) | |
download | linux-01b4bd7bb36e253384792e842245153293f1404b.tar.xz |
arm64: dts: ti: Enable overlays for the am625-phyboard-lyra
Add symbols when building the am625-phyboard-lyra-rdk DTB so
overlays can be applied.
Fixes: d8280f30a9cd ("arm64: dts: ti: am62-phyboard-lyra: Add overlay to enable a GPIO fan")
Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20240419193552.3090343-1-nmorrisson@phytec.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti')
-rw-r--r-- | arch/arm64/boot/dts/ti/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index fd91cf40af6d..8fa0ae5b138a 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -172,6 +172,7 @@ dtb- += k3-am625-beagleplay-csi2-ov5640.dtb \ # Enable support for device-tree overlays DTC_FLAGS_k3-am625-beagleplay += -@ +DTC_FLAGS_k3-am625-phyboard-lyra-rdk += -@ DTC_FLAGS_k3-am625-sk += -@ DTC_FLAGS_k3-am62-lp-sk += -@ DTC_FLAGS_k3-am62a7-sk += -@ |