diff mbox series

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

Message ID 20231003093647.3840-1-johan+linaro@kernel.org (mailing list archive)
State Accepted
Commit a3457cc5bc30ad053c90ae9f14e9b7723d204a98
Headers show
Series arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config | expand

Commit Message

Johan Hovold Oct. 3, 2023, 9:36 a.m. UTC
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(+)

Comments

Bjorn Andersson Oct. 22, 2023, 3:50 p.m. UTC | #1
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,
diff mbox series

Patch

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";