oneplus5: leds: enable rgb sync

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
codeworkx 2017-08-15 10:37:22 +02:00 committed by Timi
parent 37aaa795f6
commit 140eb257df
2 changed files with 6 additions and 6 deletions

View file

@ -370,9 +370,9 @@
}; };
}; };
qcom,pmi8998@3 { qcom,pmi8998@3 {
/* RGB LED blink */ qcom,leds@d000 {
#address-cells = <1>; qcom,rgb-sync;
#size-cells = <1>; };
}; };
}; };

View file

@ -425,9 +425,9 @@
}; };
}; };
qcom,pmi8998@3 { qcom,pmi8998@3 {
/* RGB LED blink */ qcom,leds@d000 {
#address-cells = <1>; qcom,rgb-sync;
#size-cells = <1>; };
}; };
}; };