We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b96da commit 01ba47fCopy full SHA for 01ba47f
arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-common.dtsi
@@ -10,6 +10,7 @@
10
#include <dt-bindings/input/input.h>
11
#include <dt-bindings/input/gpio-keys.h>
12
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
13
+#include <dt-bindings/leds/common.h>
14
15
/delete-node/ &adsp_region;
16
/delete-node/ &buffer_mem;
@@ -151,6 +152,25 @@
151
152
};
153
154
155
+&pm660l_lpg {
156
+ qcom,power-source = <1>;
157
+
158
+ status = "okay";
159
160
+ multi-led {
161
+ color = <LED_COLOR_ID_RGB>;
162
+ function = LED_FUNCTION_STATUS;
163
164
+ #address-cells = <1>;
165
+ #size-cells = <0>;
166
167
+ led@3 {
168
+ reg = <3>;
169
+ color = <LED_COLOR_ID_RED>;
170
+ };
171
172
+};
173
174
&blsp1_uart2 {
175
status = "disabled";
176
0 commit comments