diff mbox series

[v2,1/2] arm64: dts: qcom: Add "dmic_clk_en" for sc7180-trogdor-coachz

Message ID 20210315133924.v2.1.I601a051cad7cfd0923e55b69ef7e5748910a6096@changeid
State New
Headers show
Series [v2,1/2] arm64: dts: qcom: Add "dmic_clk_en" for sc7180-trogdor-coachz | expand

Commit Message

Doug Anderson March 15, 2021, 8:39 p.m. UTC
This was present downstream. Add upstream too. NOTE: upstream I
managed to get some sort of halfway state and got one pinctrl entry in
the coachz-r1 device tree. Remove that as part of this since it's now
in the dtsi.

Cc: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
Cc: Ajit Pandey <ajitp@codeaurora.org>
Cc: Judy Hsiao <judyhsiao@chromium.org>
Cc: Cheng-Yi Chiang <cychiang@chromium.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Cc: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---
This applies atop the patch ("arm64: dts: qcom: Add sound node for
sc7180-trogdor-coachz") [1].

NOTE: downstream this property was present in each of the board
revisions. There's actually no longer any reason for this and I'll
shortly post a downstream patch to fix this.

[1] https://lore.kernel.org/r/20210313054654.11693-3-srivasam@codeaurora.org/

Changes in v2:
- Remove the pinctrl from the -r1

 .../boot/dts/qcom/sc7180-trogdor-coachz-r1.dts   | 13 -------------
 .../boot/dts/qcom/sc7180-trogdor-coachz.dtsi     | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 13 deletions(-)

Comments

Doug Anderson April 12, 2021, 11:16 p.m. UTC | #1
Bjorn,

On Mon, Mar 15, 2021 at 1:39 PM Douglas Anderson <dianders@chromium.org> wrote:
>

> This was present downstream. Add upstream too. NOTE: upstream I

> managed to get some sort of halfway state and got one pinctrl entry in

> the coachz-r1 device tree. Remove that as part of this since it's now

> in the dtsi.

>

> Cc: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>

> Cc: Ajit Pandey <ajitp@codeaurora.org>

> Cc: Judy Hsiao <judyhsiao@chromium.org>

> Cc: Cheng-Yi Chiang <cychiang@chromium.org>

> Cc: Stephen Boyd <swboyd@chromium.org>

> Cc: Matthias Kaehlcke <mka@chromium.org>

> Signed-off-by: Douglas Anderson <dianders@chromium.org>

> ---

> This applies atop the patch ("arm64: dts: qcom: Add sound node for

> sc7180-trogdor-coachz") [1].

>

> NOTE: downstream this property was present in each of the board

> revisions. There's actually no longer any reason for this and I'll

> shortly post a downstream patch to fix this.

>

> [1] https://lore.kernel.org/r/20210313054654.11693-3-srivasam@codeaurora.org/

>

> Changes in v2:

> - Remove the pinctrl from the -r1

>

>  .../boot/dts/qcom/sc7180-trogdor-coachz-r1.dts   | 13 -------------

>  .../boot/dts/qcom/sc7180-trogdor-coachz.dtsi     | 16 ++++++++++++++++

>  2 files changed, 16 insertions(+), 13 deletions(-)


I guess this patch missed the boat for 5.13? Can it get queued up for
5.14 whenever that happens?

Thanks!

-Doug
Bjorn Andersson April 13, 2021, 10:56 p.m. UTC | #2
On Mon 12 Apr 18:16 CDT 2021, Doug Anderson wrote:

> Bjorn,

> 

> On Mon, Mar 15, 2021 at 1:39 PM Douglas Anderson <dianders@chromium.org> wrote:

> >

> > This was present downstream. Add upstream too. NOTE: upstream I

> > managed to get some sort of halfway state and got one pinctrl entry in

> > the coachz-r1 device tree. Remove that as part of this since it's now

> > in the dtsi.

> >

> > Cc: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>

> > Cc: Ajit Pandey <ajitp@codeaurora.org>

> > Cc: Judy Hsiao <judyhsiao@chromium.org>

> > Cc: Cheng-Yi Chiang <cychiang@chromium.org>

> > Cc: Stephen Boyd <swboyd@chromium.org>

> > Cc: Matthias Kaehlcke <mka@chromium.org>

> > Signed-off-by: Douglas Anderson <dianders@chromium.org>

> > ---

> > This applies atop the patch ("arm64: dts: qcom: Add sound node for

> > sc7180-trogdor-coachz") [1].

> >

> > NOTE: downstream this property was present in each of the board

> > revisions. There's actually no longer any reason for this and I'll

> > shortly post a downstream patch to fix this.

> >

> > [1] https://lore.kernel.org/r/20210313054654.11693-3-srivasam@codeaurora.org/

> >

> > Changes in v2:

> > - Remove the pinctrl from the -r1

> >

> >  .../boot/dts/qcom/sc7180-trogdor-coachz-r1.dts   | 13 -------------

> >  .../boot/dts/qcom/sc7180-trogdor-coachz.dtsi     | 16 ++++++++++++++++

> >  2 files changed, 16 insertions(+), 13 deletions(-)

> 

> I guess this patch missed the boat for 5.13? Can it get queued up for

> 5.14 whenever that happens?

> 


Meh, I scraped the inbox and thought I got everything that was ready
picked up. I'll check with Arnd, otherwise it's staged for v5.14 now.

Regards,
Bjorn
patchwork-bot+linux-arm-msm@kernel.org April 19, 2021, 2:50 p.m. UTC | #3
Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Mon, 15 Mar 2021 13:39:30 -0700 you wrote:
> This was present downstream. Add upstream too. NOTE: upstream I

> managed to get some sort of halfway state and got one pinctrl entry in

> the coachz-r1 device tree. Remove that as part of this since it's now

> in the dtsi.

> 

> Cc: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>

> Cc: Ajit Pandey <ajitp@codeaurora.org>

> Cc: Judy Hsiao <judyhsiao@chromium.org>

> Cc: Cheng-Yi Chiang <cychiang@chromium.org>

> Cc: Stephen Boyd <swboyd@chromium.org>

> Cc: Matthias Kaehlcke <mka@chromium.org>

> Signed-off-by: Douglas Anderson <dianders@chromium.org>

> 

> [...]


Here is the summary with links:
  - [v2,1/2] arm64: dts: qcom: Add "dmic_clk_en" for sc7180-trogdor-coachz
    https://git.kernel.org/qcom/c/7dc936edb2b0
  - [v2,2/2] arm64: dts: qcom: Add "dmic_clk_en" + sound model for sc7180-trogdor-pompom
    https://git.kernel.org/qcom/c/3965f55d96c2

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts
index 86619f6c1134..1b1dbdb2a82f 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts
@@ -138,17 +138,4 @@  &tlmm {
 			  "AP_TS_PEN_I2C_SCL",
 			  "DP_HOT_PLUG_DET",
 			  "EC_IN_RW_ODL";
-
-	dmic_clk_en: dmic_clk_en {
-		pinmux {
-			pins = "gpio83";
-			function = "gpio";
-		};
-
-		pinconf {
-			pins = "gpio83";
-			drive-strength = <8>;
-			bias-pull-up;
-		};
-	};
 };
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi
index e2ffe71c2d52..4c6e433c8226 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi
@@ -93,6 +93,9 @@  &sound {
 	compatible = "google,sc7180-coachz";
 	model = "sc7180-adau7002-max98357a";
 	audio-routing = "PDM_DAT", "DMIC";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&dmic_clk_en>;
 };
 
 &sound_multimedia0_codec {
@@ -247,4 +250,17 @@  &tlmm {
 			  "AP_TS_PEN_I2C_SCL",
 			  "DP_HOT_PLUG_DET",
 			  "EC_IN_RW_ODL";
+
+	dmic_clk_en: dmic_clk_en {
+		pinmux {
+			pins = "gpio83";
+			function = "gpio";
+		};
+
+		pinconf {
+			pins = "gpio83";
+			drive-strength = <8>;
+			bias-pull-up;
+		};
+	};
 };