Skip to content

Commit

Permalink
arm64: dts: qcom: sdm845-xiaomi-polaris: fix codec pin conf name
Browse files Browse the repository at this point in the history
[ Upstream commit 58c4a0b ]

Fix typo in the codec's pin name to be configured.  Mismatched name
caused the pin configuration to be ignored.

Fixes: be497ab ("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Molly Sophia <mollysophia379@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220930192039.240486-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Dec 31, 2022
1 parent fbba08a commit 03cb7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
};

wcd_intr_default: wcd-intr-default {
pins = "goui54";
pins = "gpio54";
function = "gpio";
input-enable;
bias-pull-down;
Expand Down

0 comments on commit 03cb7d4

Please sign in to comment.