[PATCH] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config

Johan Hovold posted 1 patch 2 years, 2 months ago
.../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts    | 10 ++++++++++
1 file changed, 10 insertions(+)
[PATCH] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config
Posted by Johan Hovold 2 years, 2 months ago
Add the missing pin configuration for the recently added camera
indicator LED.

Fixes: 1c63dd1c5fda ("arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED")
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
index 387907e14afc..467e1d8b081f 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
@@ -82,6 +82,9 @@ switch-lid {
 	leds {
 		compatible = "gpio-leds";
 
+		pinctrl-names = "default";
+		pinctrl-0 = <&cam_indicator_en>;
+
 		led-camera-indicator {
 			label = "white:camera-indicator";
 			function = LED_FUNCTION_INDICATOR;
@@ -1434,6 +1437,13 @@ hstp-sw-ctrl-pins {
 		};
 	};
 
+	cam_indicator_en: cam-indicator-en-state {
+		pins = "gpio28";
+		function = "gpio";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
 	edp_reg_en: edp-reg-en-state {
 		pins = "gpio25";
 		function = "gpio";
-- 
2.41.0
Re: [PATCH] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config
Posted by Bjorn Andersson 2 years, 1 month ago
On Tue, 03 Oct 2023 11:36:47 +0200, Johan Hovold wrote:
> Add the missing pin configuration for the recently added camera
> indicator LED.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config
      commit: a3457cc5bc30ad053c90ae9f14e9b7723d204a98

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>