arm64: dts: qcom: sm6115-pro1x: Add Caps Lock LED

The Pro1X has a caps lock LED on the keyboard.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dang Huynh <danct12@riseup.net>
Link: https://lore.kernel.org/r/20240731-qx1050-feature-expansion-v3-4-b945527fa5d2@riseup.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dang Huynh
2024-07-31 13:18:45 +07:00
committed by Bjorn Andersson
parent e46b455e67
commit 17c9858115

View File

@@ -8,6 +8,7 @@
#include "sm6115.dtsi"
#include "pm6125.dtsi"
#include <dt-bindings/arm/qcom,ids.h>
#include <dt-bindings/leds/common.h>
/ {
model = "F(x)tec Pro1X (QX1050)";
@@ -64,6 +65,19 @@ key-volume-up {
};
};
gpio-leds {
compatible = "gpio-leds";
capslock-led {
label = "green:capslock";
function = LED_FUNCTION_CAPSLOCK;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pca9534 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "kbd-capslock";
default-state = "off";
};
};
ts_vdd_supply: ts-vdd-supply {
compatible = "regulator-fixed";
regulator-name = "ts_vdd_supply";