Skip to content

Commit

Permalink
arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply
Browse files Browse the repository at this point in the history
[ Upstream commit 21fc24e ]

According to bindings and Linux driver, there is no VDDA but VIO supply.

Fixes: 4ac46b3 ("arm64: dts: qcom: msm8996: xiaomi-gemini: Add support for Xiaomi Mi 5")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230720115335.137354-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Sep 13, 2023
1 parent 5ccd294 commit 13f5c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
Expand Up @@ -81,7 +81,7 @@
#size-cells = <0>;
interrupt-parent = <&tlmm>;
interrupts = <125 IRQ_TYPE_LEVEL_LOW>;
vdda-supply = <&vreg_l6a_1p8>;
vio-supply = <&vreg_l6a_1p8>;
vdd-supply = <&vdd_3v2_tp>;
reset-gpios = <&tlmm 89 GPIO_ACTIVE_LOW>;

Expand Down

0 comments on commit 13f5c43

Please sign in to comment.