diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-02-12 18:23:33 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-02-14 09:41:19 -0600 |
commit | c6e5bf9278749eaa094dc944add747f10a15dceb (patch) | |
tree | 1339120f9aa7cb34a7c1a6fde9689c4a1a79211c | |
parent | 0d3eb7ff1f3a994a5b3e49a9bd48f0c2f3c80ef5 (diff) |
arm64: dts: sm8550: 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 <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index b8f1c7f97e48..02f005754e31 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -2537,7 +2537,7 @@ }; }; - dmic02_default: dmic02-default-state { + dmic23_default: dmic23-default-state { clk-pins { pins = "gpio8"; function = "dmic2_clk"; |