[PATCH 2/4] arm64: dts: qcom: msm8917-xiaomi-rolex: enable notification led

From: Barnabás Czémán

Date: Mon Sep 21 2026 - 13:51:10 EST


Enable aw2013 notfication led. Redmi 4A have RGB notification
led since aw2013 driver is not supporting multi color grouping
use leds-group-multicolor for it.

Signed-off-by: Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8917-xiaomi-rolex.dts | 33 +++++++++++++++++++++++
1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8917-xiaomi-rolex.dts b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-rolex.dts
index f0b72d9878c4..a8dba85cb352 100644
--- a/arch/arm64/boot/dts/qcom/msm8917-xiaomi-rolex.dts
+++ b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-rolex.dts
@@ -12,4 +12,37 @@ / {
compatible = "xiaomi,rolex", "qcom,msm8917";

qcom,board-id = <0x1000b 1>;
+
+ multi-led {
+ compatible = "leds-group-multicolor";
+ color = <LED_COLOR_ID_RGB>;
+ function = LED_FUNCTION_STATUS;
+ leds = <&led0>, <&led1>, <&led2>;
+ };
+};
+
+&aw2013 {
+ status = "okay";
+
+ led0: led@0 {
+ reg = <0>;
+ led-max-microamp = <5000>;
+ color = <LED_COLOR_ID_RED>;
+ };
+
+ led1: led@1 {
+ reg = <1>;
+ led-max-microamp = <5000>;
+ color = <LED_COLOR_ID_GREEN>;
+ };
+
+ led2: led@2 {
+ reg = <2>;
+ led-max-microamp = <5000>;
+ color = <LED_COLOR_ID_BLUE>;
+ };
+};
+
+&blsp1_i2c2 {
+ status = "okay";
};

--
2.55.0