mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Enable WLED in place of AMOLED for holi CDP platform using LCD. Change-Id: If005a5d52d82e4c72bfcea2b46550121172d8714
17 lines
196 B
Plaintext
17 lines
196 B
Plaintext
#include "holi-cdp.dtsi"
|
|
|
|
&pm6150a_amoled {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pm6150l_lcdb {
|
|
status = "ok";
|
|
};
|
|
|
|
&pm6150l_wled {
|
|
status = "ok";
|
|
qcom,string-cfg = <15>;
|
|
qcom,leds-per-string = <4>;
|
|
};
|
|
|