Commit 5017b8cd authored by André Apitzsch's avatar André Apitzsch Committed by Bjorn Andersson

arm64: dts: qcom: msm8916-longcheer-l8910: Enable RGB LED

l8910 uses KTD2026 LED driver. Add it to the device tree.
Tested-by: default avatarStephan Gerhold <stephan@gerhold.net>
Signed-off-by: default avatarAndré Apitzsch <git@apitzsch.eu>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231013-bq_leds-v1-1-cc374369fc56@apitzsch.euSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent dd5ab5d2
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h> #include <dt-bindings/leds/common.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
/ { / {
model = "BQ Aquaris X5 (Longcheer L8910)"; model = "BQ Aquaris X5 (Longcheer L8910)";
...@@ -86,6 +87,46 @@ usb_id: usb-id { ...@@ -86,6 +87,46 @@ usb_id: usb-id {
}; };
}; };
&blsp_i2c2 {
status = "okay";
led-controller@30 {
compatible = "kinetic,ktd2026";
reg = <0x30>;
#address-cells = <1>;
#size-cells = <0>;
vin-supply = <&pm8916_l17>;
vio-supply = <&pm8916_l6>;
pinctrl-0 = <&status_led_default>;
pinctrl-names = "default";
multi-led {
color = <LED_COLOR_ID_RGB>;
function = LED_FUNCTION_STATUS;
#address-cells = <1>;
#size-cells = <0>;
led@0 {
reg = <0>;
color = <LED_COLOR_ID_RED>;
};
led@1 {
reg = <1>;
color = <LED_COLOR_ID_GREEN>;
};
led@2 {
reg = <2>;
color = <LED_COLOR_ID_BLUE>;
};
};
};
};
&blsp_i2c3 { &blsp_i2c3 {
status = "okay"; status = "okay";
...@@ -130,6 +171,16 @@ &pm8916_codec { ...@@ -130,6 +171,16 @@ &pm8916_codec {
qcom,hphl-jack-type-normally-open; qcom,hphl-jack-type-normally-open;
}; };
&pm8916_gpios {
status_led_default: status-led-default-state {
pins = "gpio3";
function = PMIC_GPIO_FUNC_NORMAL;
power-source = <PM8916_GPIO_VPH>;
bias-disable;
output-high;
};
};
&pm8916_resin { &pm8916_resin {
status = "okay"; status = "okay";
linux,code = <KEY_VOLUMEDOWN>; linux,code = <KEY_VOLUMEDOWN>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment