[PATCH 3/7] arm64: dts: ti: k3-am62p5: Drop McASP AFIFOs
Jai Luthra
j-luthra at ti.com
Tue Jun 4 02:41:04 PDT 2024
McASP AFIFOs are not necessary with UDMA-P/BCDMA as there is buffering
on the DMA IP. Drop these for better audio latency.
Fixes: c00504ea42c0 ("arm64: dts: ti: k3-am62p5-sk: Updates for SK EVM")
Signed-off-by: Jai Luthra <j-luthra at ti.com>
---
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index 6e7234659111..2aaf7d490c77 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
@@ -549,8 +549,8 @@ &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>;
};
&fss {
--
2.43.0
More information about the linux-arm-kernel
mailing list