device/generic/common
Révision | 7d8ecae50e3766b8ee8c9c34a4f31c2e23b7a277 (tree) |
---|---|
l'heure | 2019-04-12 17:51:00 |
Auteur | Valentin Manea <valentin.manea@gmai...> |
Commiter | Chih-Wei Huang |
init.sh: disable offlining of non-boot CPU of Teclast X80 Power
This fixes the suspend/resume issue of the device.
@@ -440,6 +440,9 @@ function do_bootcomplete() | ||
440 | 440 | Surface*Go) |
441 | 441 | echo on > /sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/power/control |
442 | 442 | ;; |
443 | + X80*Power) | |
444 | + set_property power.nonboot-cpu-off 1 | |
445 | + ;; | |
443 | 446 | *) |
444 | 447 | ;; |
445 | 448 | esac |