[1/5] arm64: dts: sc8280xp: correct DMIC2 and DMIC3 pin config node names

Message ID 20240212172335.124845-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [1/5] arm64: dts: sc8280xp: correct DMIC2 and DMIC3 pin config node names |

Commit Message

Krzysztof Kozlowski Feb. 12, 2024, 5:23 p.m. UTC
  Correct the TLMM pin configuration and muxing node names used for DMIC2
and DMIC3 (dmic01 -> dmic23).  This has no functional impact, but
improves code readability and avoids any confusion when reading the DTS.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

Bjorn Andersson Feb. 14, 2024, 5:57 p.m. UTC | #1
On Mon, 12 Feb 2024 18:23:31 +0100, Krzysztof Kozlowski wrote:
> Correct the TLMM pin configuration and muxing node names used for DMIC2
> and DMIC3 (dmic01 -> dmic23).  This has no functional impact, but
> improves code readability and avoids any confusion when reading the DTS.
> 
> 

Applied, thanks!

[1/5] arm64: dts: sc8280xp: correct DMIC2 and DMIC3 pin config node names
      commit: 61474b18e762671a69b2df9665f3cec5c87a38af
[2/5] arm64: dts: sm8450: correct DMIC2 and DMIC3 pin config node names
      commit: 0d3eb7ff1f3a994a5b3e49a9bd48f0c2f3c80ef5
[3/5] arm64: dts: sm8550: correct DMIC2 and DMIC3 pin config node names
      commit: c6e5bf9278749eaa094dc944add747f10a15dceb
[4/5] arm64: dts: sm8650: correct DMIC2 and DMIC3 pin config node names
      commit: 94c312767160f0d527da035b9080ff5675d17f4c
[5/5] arm64: dts: x1e80100: correct DMIC2 and DMIC3 pin config node names
      commit: 8794916799d61f3593b87e946ed58338baebd097

Best regards,
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
index def3976bd5bb..8f2e9bed0679 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
@@ -1202,7 +1202,7 @@  &usb_1_role_switch {
 };
 
 &vamacro {
-	pinctrl-0 = <&dmic01_default>, <&dmic02_default>;
+	pinctrl-0 = <&dmic01_default>, <&dmic23_default>;
 	pinctrl-names = "default";
 
 	vdd-micb-supply = <&vreg_s10b>;
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index febf28356ff8..38351e8ea8b3 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -2978,7 +2978,7 @@  data-pins {
 				};
 			};
 
-			dmic02_default: dmic02-default-state {
+			dmic23_default: dmic23-default-state {
 				clk-pins {
 					pins = "gpio8";
 					function = "dmic2_clk";
@@ -2994,7 +2994,7 @@  data-pins {
 				};
 			};
 
-			dmic02_sleep: dmic02-sleep-state {
+			dmic23_sleep: dmic23-sleep-state {
 				clk-pins {
 					pins = "gpio8";
 					function = "dmic2_clk";