From f757451504c4eaa77b3f87fdbed7a11d1f80df29 Mon Sep 17 00:00:00 2001 From: Erikas Bitovtas Date: Mon, 30 Mar 2026 02:37:57 +0300 Subject: [PATCH] arm64: dts: qcom: msm8939-asus-z00t: add regulators for ambient light and proximity sensor VCNL4000 includes support for regulators. Add regulators listed in the downstream device tree so they can be powered in during initialization. VLED supply is missing downstream, so it will be powered on by a dummy. Signed-off-by: Erikas Bitovtas Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20260330-z00t-cm36686-regulators-v1-1-03e23b03bd70@gmail.com Signed-off-by: Bjorn Andersson --- arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts b/arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts index 1a340fa92755f..90e9662427201 100644 --- a/arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts +++ b/arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts @@ -154,6 +154,9 @@ interrupts-extended = <&tlmm 113 IRQ_TYPE_EDGE_FALLING>; proximity-near-level = <30>; + vdd-supply = <&pm8916_l8>; + vio-supply = <&pm8916_l6>; + pinctrl-0 = <&light_int_default>; pinctrl-names = "default"; }; -- 2.47.3