diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-17 19:15:28 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:26:40 -0700 |
commit | 6a541eaa6e8e5283efb993ae7a947bede8d01fa5 (patch) | |
tree | 59509e28a6c1077eb429c21b84537cffbb492445 | |
parent | c756d233715a899dd1cce4b1db4cbd50b0f55a9e (diff) |
arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply
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: 3016af34ef8d ("arm64: dts: qcom: msm8916-longcheer-l8150: Add light and proximity sensor")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Nikita Travkin <[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/msm8916-longcheer-l8150.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts index 97262b8519b3..3892ad4f639a 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts @@ -165,7 +165,7 @@ pinctrl-0 = <&light_int_default>; vdd-supply = <&pm8916_l17>; - vio-supply = <&pm8916_l6>; + vddio-supply = <&pm8916_l6>; }; gyroscope@68 { |