oneplus5: leds: enable rgb sync
This commit is contained in:
parent
98658095b9
commit
836593a31c
2 changed files with 9 additions and 6 deletions
|
@ -374,10 +374,11 @@
|
|||
qcom,kpdpwr-sw-debounce;
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pmi8998@3 {
|
||||
/* RGB LED blink */
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
qcom,leds@d000 {
|
||||
qcom,rgb-sync;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -417,16 +417,18 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pm8998@0{
|
||||
qcom,power-on@800 {
|
||||
qcom,pon-dbc-delay = <31250>;
|
||||
qcom,kpdpwr-sw-debounce;
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pmi8998@3 {
|
||||
/* RGB LED blink */
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
qcom,leds@d000 {
|
||||
qcom,rgb-sync;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue