LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra
@ 2024-04-19 19:35 Nathan Morrisson
  2024-04-23 12:45 ` Wadim Egorov
  2024-04-26 22:40 ` Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Morrisson @ 2024-04-19 19:35 UTC (permalink / raw
  To: nm, vigneshr, kristo, robh, krzk+dt, conor+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, upstream, w.egorov

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>
---
 arch/arm64/boot/dts/ti/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
index 9a722c2473fb..3fa1257efcd3 100644
--- a/arch/arm64/boot/dts/ti/Makefile
+++ b/arch/arm64/boot/dts/ti/Makefile
@@ -169,6 +169,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 += -@
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra
  2024-04-19 19:35 [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra Nathan Morrisson
@ 2024-04-23 12:45 ` Wadim Egorov
  2024-04-26 22:40 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: Wadim Egorov @ 2024-04-23 12:45 UTC (permalink / raw
  To: Nathan Morrisson, nm, vigneshr, kristo, robh, krzk+dt, conor+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, upstream



Am 19.04.24 um 21:35 schrieb Nathan Morrisson:
> 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>
> ---
>   arch/arm64/boot/dts/ti/Makefile | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index 9a722c2473fb..3fa1257efcd3 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -169,6 +169,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 += -@

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra
  2024-04-19 19:35 [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra Nathan Morrisson
  2024-04-23 12:45 ` Wadim Egorov
@ 2024-04-26 22:40 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2024-04-26 22:40 UTC (permalink / raw
  To: vigneshr, kristo, robh, krzk+dt, conor+dt, Nathan Morrisson
  Cc: Nishanth Menon, linux-arm-kernel, devicetree, linux-kernel,
	upstream, w.egorov

Hi Nathan Morrisson,

On Fri, 19 Apr 2024 12:35:52 -0700, Nathan Morrisson wrote:
> Add symbols when building the am625-phyboard-lyra-rdk DTB so
> overlays can be applied.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra
      commit: 5df0679a517edd3fc0784c415e0c47c8395ae213

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-26 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 19:35 [PATCH] arm64: dts: ti: Enable overlays for the am625-phyboard-lyra Nathan Morrisson
2024-04-23 12:45 ` Wadim Egorov
2024-04-26 22:40 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).