Message ID | 20241002224754.2917895-1-nmorrisson@phytec.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: ti: k3-am62x-phyboard-lyra: Drop unnecessary McASP AFIFOs | expand |
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"; > }; >
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
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"; };
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(-)