From: "Heiko Stübner" <heiko@sntech.de>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Jakob Unterwurzacher <jakobunt@gmail.com>
Cc: jakob.unterwurzacher@theobroma-systems.com,
Ermin Sunj <ermin.sunj@theobroma-systems.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] TSD: arm64: dts: rockchip: use codec as clock master
Date: Wed, 23 Aug 2023 14:38:56 +0200 [thread overview]
Message-ID: <3763479.7s5MMGUR32@diego> (raw)
In-Reply-To: <20230823122000.585787-1-jakob.unterwurzacher@theobroma-systems.com>
Hi Jakob,
the change itself looks ok, but there are some logistic changes needed.
For one, please drop the local TSD prefix from patches submitted upstream.
The patch subject should be something like
arm64: dts: rockchip: use codec as clock master on px30-ringneck
Am Mittwoch, 23. August 2023, 14:19:59 CEST schrieb Jakob Unterwurzacher:
> From: Ermin Sunj <ermin.sunj@theobroma-systems.com>
>
> If the codec is not the clock master, the MCLK needs to be
> synchronous to both I2S_SCL ans I2S_LRCLK. We do not have that
> on Haikou, causing distorted audio.
>
> Before:
>
> Running audioloopback.py script on Ringneck, 1kHz
> output sine wave is not stable and shows distortion.
>
> After:
>
> 10h stress tests audioloopback.py failed only one time.
> That is 0.00014% failure rate.
>
> Signed-off-by: Ermin Sunj <ermin.sunj@theobroma-systems.com>
As sender of the patch you need to add another Signed-off-by line
of your own. With this you indicate that you were allowed to submit
the patch. So this needs two SOB-lines, one for Ermin as the original
author and one for you as the submitter.
Probably same for the second patch.
Thanks
Heiko
> ---
> arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
> index 3a447d03e2a8..dafeef0c2dab 100644
> --- a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
> +++ b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
> @@ -68,8 +68,10 @@ i2s0-sound {
> simple-audio-card,format = "i2s";
> simple-audio-card,name = "Haikou,I2S-codec";
> simple-audio-card,mclk-fs = <512>;
> + simple-audio-card,frame-master = <&sgtl5000_codec>;
> + simple-audio-card,bitclock-master = <&sgtl5000_codec>;
>
> - simple-audio-card,codec {
> + sgtl5000_codec: simple-audio-card,codec {
> clocks = <&sgtl5000_clk>;
> sound-dai = <&sgtl5000>;
> };
>
next prev parent reply other threads:[~2023-08-23 12:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-23 12:19 [PATCH 1/2] TSD: arm64: dts: rockchip: use codec as clock master Jakob Unterwurzacher
2023-08-23 12:20 ` [PATCH 2/2] TSD: arm64: dts: rockchip: set system-clock-fixed in sgtl5000_codec Jakob Unterwurzacher
2023-08-23 12:38 ` Heiko Stübner [this message]
2023-08-25 6:49 ` [PATCH 1/2] TSD: arm64: dts: rockchip: use codec as clock master Krzysztof Kozlowski
2023-08-25 13:16 ` Jakob Unterwurzacher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3763479.7s5MMGUR32@diego \
--to=heiko@sntech.de \
--cc=devicetree@vger.kernel.org \
--cc=ermin.sunj@theobroma-systems.com \
--cc=jakob.unterwurzacher@theobroma-systems.com \
--cc=jakobunt@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).