diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-02-12 18:23:31 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-14 09:41:19 -0600 |
commit | 61474b18e762671a69b2df9665f3cec5c87a38af (patch) | |
tree | 613d1ff3b4c2ceafa225307cbd4dbb4b76c64310 /arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | |
parent | a7baa25bfbfdcd4e76414f29ab43317ded8d3e6e (diff) | |
download | lwn-61474b18e762671a69b2df9665f3cec5c87a38af.tar.gz lwn-61474b18e762671a69b2df9665f3cec5c87a38af.zip |
arm64: dts: sc8280xp: correct DMIC2 and DMIC3 pin config node names
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>
Link: https://lore.kernel.org/r/20240212172335.124845-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 ad42966c94e5..a0fdef55a40a 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -1167,7 +1167,7 @@ }; &vamacro { - pinctrl-0 = <&dmic01_default>, <&dmic02_default>; + pinctrl-0 = <&dmic01_default>, <&dmic23_default>; pinctrl-names = "default"; vdd-micb-supply = <&vreg_s10b>; |