[PATCH 4/7] arm64: dts: ti: k3-am625-beagleplay: Drop McASP AFIFOs

From: Jai Luthra
Date: Tue Jun 04 2024 - 05:43:01 EST


McASP AFIFOs are not necessary with UDMA-P/BCDMA as there is buffering
on the DMA IP. Drop these for better audio latency.

Fixes: 1f7226a5e52c ("arm64: dts: ti: k3-am625-beagleplay: Add HDMI support")
Signed-off-by: Jai Luthra <j-luthra@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index 18e3070a8683..c6d17332e6d5 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -924,6 +924,6 @@ &mcasp1 {
0 0 0 0
0 0 0 0
>;
- tx-num-evt = <32>;
- rx-num-evt = <32>;
+ tx-num-evt = <0>;
+ rx-num-evt = <0>;
};

--
2.43.0