Message ID | 20210601022117.4071117-1-judyhsiao@chromium.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ad7395c7482d34b63b2d8547acafc796e331319a |
Headers | show |
Series | arm64: dts: qcom: sc7180: add label for secondary mi2s | expand |
Quoting Judy Hsiao (2021-05-31 19:21:17) > Adds label for MI2S secondary block to allow follower projects to override > for the four speaker support which uses I2S SD1 line on gpio52 pin. > > Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
On Mon 31 May 21:21 CDT 2021, Judy Hsiao wrote: > Adds label for MI2S secondary block to allow follower projects to override > for the four speaker support which uses I2S SD1 line on gpio52 pin. > That's much better, thank you! Regards, Bjorn > Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> > --- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi > index 24d293ef56d7..2027914a0bed 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi > @@ -772,7 +772,7 @@ mi2s@0 { > qcom,capture-sd-lines = <0>; > }; > > - mi2s@1 { > + secondary_mi2s: mi2s@1 { > reg = <MI2S_SECONDARY>; > qcom,playback-sd-lines = <0>; > }; > -- > 2.32.0.rc0.204.g9fa02ecfa5-goog >
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Tue, 1 Jun 2021 10:21:17 +0800 you wrote: > Adds label for MI2S secondary block to allow follower projects to override > for the four speaker support which uses I2S SD1 line on gpio52 pin. > > Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> > --- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - arm64: dts: qcom: sc7180: add label for secondary mi2s https://git.kernel.org/qcom/c/ad7395c7482d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi index 24d293ef56d7..2027914a0bed 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi @@ -772,7 +772,7 @@ mi2s@0 { qcom,capture-sd-lines = <0>; }; - mi2s@1 { + secondary_mi2s: mi2s@1 { reg = <MI2S_SECONDARY>; qcom,playback-sd-lines = <0>; };
Adds label for MI2S secondary block to allow follower projects to override for the four speaker support which uses I2S SD1 line on gpio52 pin. Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> --- arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)