All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	cros-qcom-dts-watchers@chromium.org,
	Nikita Travkin <nikita@trvn.ru>,
	Stephan Gerhold <stephan@gerhold.net>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 02/15] arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply
Date: Sat, 17 Jun 2023 19:15:28 +0200	[thread overview]
Message-ID: <20230617171541.286957-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20230617171541.286957-1-krzysztof.kozlowski@linaro.org>

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 <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ light-sensor@23 {
 		pinctrl-0 = <&light_int_default>;
 
 		vdd-supply = <&pm8916_l17>;
-		vio-supply = <&pm8916_l6>;
+		vddio-supply = <&pm8916_l6>;
 	};
 
 	gyroscope@68 {
-- 
2.34.1


  reply	other threads:[~2023-06-17 17:15 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 17:15 [PATCH 01/15] arm64: dts: qcom: msm8916-gt5: drop incorrect accelerometer interrupt-names Krzysztof Kozlowski
2023-06-17 17:15 ` Krzysztof Kozlowski [this message]
2023-06-17 18:14   ` [PATCH 02/15] arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply Nikita Travkin
2023-06-17 17:15 ` [PATCH 03/15] arm64: dts: qcom: apq8016-sbc: drop label from I2C and SPI Krzysztof Kozlowski
2023-06-19 13:12   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 04/15] arm64: dts: qcom: apq8096-db820c: drop label from I2C Krzysztof Kozlowski
2023-06-19 13:12   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 05/15] arm64: dts: qcom: msm8939: drop incorrect smp2p Hexagon properties Krzysztof Kozlowski
2023-06-19 13:12   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 06/15] arm64: dts: qcom: msm8996-xiaomi: drop label from I2C Krzysztof Kozlowski
2023-06-19 13:13   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 07/15] arm64: dts: qcom: msm8996-xiaomi: use generic node names Krzysztof Kozlowski
2023-06-19 13:13   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 08/15] arm64: dts: qcom: sc7180-aspire1: use generic ADC channel " Krzysztof Kozlowski
2023-06-17 18:11   ` Nikita Travkin
2023-06-19 13:13   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 09/15] arm64: dts: qcom: sc7280-crd: add dummy Bluetooth VDDIO supply Krzysztof Kozlowski
2023-06-19 13:14   ` Konrad Dybcio
2023-06-23 18:34     ` Doug Anderson
2023-06-24  7:39       ` Krzysztof Kozlowski
2023-06-17 17:15 ` [PATCH 10/15] arm64: dts: qcom: sc8180x: use generic ADC channel node names Krzysztof Kozlowski
2023-06-19 13:14   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 11/15] arm64: dts: qcom: sc8180x: align thermal node name with bindings Krzysztof Kozlowski
2023-06-19 13:14   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 12/15] arm64: dts: qcom: sc8180x-flex-5g: correct panel ports Krzysztof Kozlowski
2023-06-19 13:15   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 13/15] arm64: dts: qcom: sc8180x-primus: " Krzysztof Kozlowski
2023-06-19 13:15   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 14/15] arm64: dts: qcom: sc8180x-flex-5g: align gpio-keys node name with bindings Krzysztof Kozlowski
2023-06-19 13:15   ` Konrad Dybcio
2023-06-17 17:15 ` [PATCH 15/15] arm64: dts: qcom: sm6115-pro1x: fix incorrect gpio-key,wakeup Krzysztof Kozlowski
2023-06-19 13:15   ` Konrad Dybcio
2023-06-17 18:25 ` [PATCH 01/15] arm64: dts: qcom: msm8916-gt5: drop incorrect accelerometer interrupt-names Nikita Travkin
2023-07-10  5:07 ` (subset) " Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230617171541.286957-2-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nikita@trvn.ru \
    --cc=robh+dt@kernel.org \
    --cc=stephan@gerhold.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.