oneplus5: leds: enable rgb sync

This commit is contained in:
codeworkx 2017-08-15 10:37:22 +02:00
parent 98658095b9
commit 836593a31c
2 changed files with 9 additions and 6 deletions

View file

@ -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;
};
};
};

View file

@ -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;
};
};
};