* [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs
@ 2024-10-02 22:47 Nathan Morrisson
2024-10-03 12:38 ` Wadim Egorov
2024-10-28 15:05 ` Vignesh Raghavendra
0 siblings, 2 replies; 3+ messages in thread
From: Nathan Morrisson @ 2024-10-02 22:47 UTC (permalink / raw)
To: nm, vigneshr, kristo, robh, krzk+dt, conor+dt, j-luthra
Cc: linux-arm-kernel, devicetree, linux-kernel, upstream, w.egorov
Drop the McASP AFIFOs for better audio latency. This adds back a
change that was lost while refactoring the device tree.
Fixes: 554dd562a5f2 ("arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Drop McASP AFIFOs")
Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
---
arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
index e4633af87eb9..d6ce53c6d748 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
@@ -433,8 +433,6 @@ &mcasp2 {
0 0 0 0
0 0 0 0
>;
- tx-num-evt = <32>;
- rx-num-evt = <32>;
status = "okay";
};
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs
2024-10-02 22:47 [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs Nathan Morrisson
@ 2024-10-03 12:38 ` Wadim Egorov
2024-10-28 15:05 ` Vignesh Raghavendra
1 sibling, 0 replies; 3+ messages in thread
From: Wadim Egorov @ 2024-10-03 12:38 UTC (permalink / raw)
To: Nathan Morrisson, nm, vigneshr, kristo, robh, krzk+dt, conor+dt,
j-luthra
Cc: linux-arm-kernel, devicetree, linux-kernel, upstream
Am 03.10.24 um 00:47 schrieb Nathan Morrisson:
> Drop the McASP AFIFOs for better audio latency. This adds back a
> change that was lost while refactoring the device tree.
>
> Fixes: 554dd562a5f2 ("arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Drop McASP AFIFOs")
> Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
> ---
> arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
> index e4633af87eb9..d6ce53c6d748 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi
> @@ -433,8 +433,6 @@ &mcasp2 {
> 0 0 0 0
> 0 0 0 0
> >;
> - tx-num-evt = <32>;
> - rx-num-evt = <32>;
> status = "okay";
> };
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs
2024-10-02 22:47 [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs Nathan Morrisson
2024-10-03 12:38 ` Wadim Egorov
@ 2024-10-28 15:05 ` Vignesh Raghavendra
1 sibling, 0 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2024-10-28 15:05 UTC (permalink / raw)
To: nm, kristo, robh, krzk+dt, conor+dt, j-luthra, Nathan Morrisson
Cc: Vignesh Raghavendra, linux-arm-kernel, devicetree, linux-kernel,
upstream, w.egorov
Hi Nathan Morrisson,
On Wed, 02 Oct 2024 15:47:54 -0700, Nathan Morrisson wrote:
> Drop the McASP AFIFOs for better audio latency. This adds back a
> change that was lost while refactoring the device tree.
>
>
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/1] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs
commit: c33a0a02a29bde53a85407f86f332ac4bbc5ab87
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
--
Vignesh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-28 15:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 22:47 [PATCH] arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs Nathan Morrisson
2024-10-03 12:38 ` Wadim Egorov
2024-10-28 15:05 ` Vignesh Raghavendra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox