File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -634,13 +634,13 @@ static int ps8640_probe(struct i2c_client *client)
634
634
pm_runtime_enable (dev );
635
635
/*
636
636
* Powering on ps8640 takes ~300ms. To avoid wasting time on power
637
- * cycling ps8640 too often, set autosuspend_delay to 500ms to ensure
637
+ * cycling ps8640 too often, set autosuspend_delay to 1000ms to ensure
638
638
* the bridge wouldn't suspend in between each _aux_transfer_msg() call
639
639
* during EDID read (~20ms in my experiment) and in between the last
640
640
* _aux_transfer_msg() call during EDID read and the _pre_enable() call
641
641
* (~100ms in my experiment).
642
642
*/
643
- pm_runtime_set_autosuspend_delay (dev , 500 );
643
+ pm_runtime_set_autosuspend_delay (dev , 1000 );
644
644
pm_runtime_use_autosuspend (dev );
645
645
pm_suspend_ignore_children (dev , true);
646
646
ret = devm_add_action_or_reset (dev , ps8640_runtime_disable , dev );
You can’t perform that action at this time.
0 commit comments