diff options
author | 2024-02-12 18:23:34 +0100 | |
---|---|---|
committer | 2024-02-14 09:41:20 -0600 | |
commit | 94c312767160f0d527da035b9080ff5675d17f4c (patch) | |
tree | 7ae04d3a01f310deefffab2907cb11e2523f1894 | |
parent | arm64: dts: sm8550: correct DMIC2 and DMIC3 pin config node names (diff) | |
download | wireguard-linux-94c312767160f0d527da035b9080ff5675d17f4c.tar.xz wireguard-linux-94c312767160f0d527da035b9080ff5675d17f4c.zip |
arm64: dts: sm8650: 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>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240212172335.124845-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8650.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi index 62e6ae93a9a8..81a0d2a1bff8 100644 --- a/arch/arm64/boot/dts/qcom/sm8650.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi @@ -2963,7 +2963,7 @@ }; }; - dmic02_default: dmic02-default-state { + dmic23_default: dmic23-default-state { clk-pins { pins = "gpio8"; function = "dmic2_clk"; |