aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJai Luthra2024-05-30 06:30:59 -0500
committerUdit Kumar2024-05-31 05:52:54 -0500
commit343c3e2d9d0b49905aac24f9795cb2de5ef0cdaf (patch)
tree013c89f8015c98349f71c43145d5ab87b63dd176
parente0a0ce8c2684c13fab0e65be767d036dfa592ee1 (diff)
downloadti-linux-kernel-343c3e2d9d0b49905aac24f9795cb2de5ef0cdaf.tar.gz
ti-linux-kernel-343c3e2d9d0b49905aac24f9795cb2de5ef0cdaf.tar.xz
ti-linux-kernel-343c3e2d9d0b49905aac24f9795cb2de5ef0cdaf.zip
arm64: dts: ti: k3-am62x: Drop McASP AFIFOs
McASP AFIFOs are not necessary with UDMA-P/BCDMA as there is buffering on the DMA IP. Drop these for better audio latency. Fixes: b94b43715e91 ("arm64: dts: ti: Enable audio on SK-AM62(-LP)") Signed-off-by: Jai Luthra <j-luthra@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 981d4f5c3841..4fddb1a9cd04 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -523,8 +523,8 @@
523 0 0 0 0 523 0 0 0 0
524 0 0 0 0 524 0 0 0 0
525 >; 525 >;
526 tx-num-evt = <32>; 526 tx-num-evt = <0>;
527 rx-num-evt = <32>; 527 rx-num-evt = <0>;
528}; 528};
529 529
530&dss { 530&dss {