Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply
Browse files Browse the repository at this point in the history
[ Upstream commit 6a541ea ]

liteon,ltr559 light sensor takes VDDIO, not VIO, supply:

  msm8916-longcheer-l8150.dtb: light-sensor@23: 'vio-supply' does not match any of the regexes: 'pinctrl-[0-9]+'

Fixes: 3016af3 ("arm64: dts: qcom: msm8916-longcheer-l8150: Add light and proximity sensor")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Nikita Travkin <nikita@trvn.ru>
Link: https://lore.kernel.org/r/20230617171541.286957-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 d244c92 commit 537346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
Expand Up @@ -163,7 +163,7 @@
pinctrl-0 = <&light_int_default>;

vdd-supply = <&pm8916_l17>;
vio-supply = <&pm8916_l6>;
vddio-supply = <&pm8916_l6>;
};

gyroscope@68 {
Expand Down

0 comments on commit 537346f

Please sign in to comment.