forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit028091f
x86/platform/intel-mid: Handle Intel Edison reboot correctly
When the Intel Edison module is powered with 3.3V, the reboot command makesthe module stuck. If the module is powered at a greater voltage, like 4.4V(as the Edison Mini Breakout board does), reboot works OK.The official Intel Edison BSP sends the IPCMSG_COLD_RESET message to theSCU by default. The IPCMSG_COLD_BOOT which is used by the upstream kernelis only sent when explicitely selected on the kernel command line.Use IPCMSG_COLD_RESET unconditionally which makes reboot work independentof the power supply voltage.[ tglx: Massaged changelog ]Fixes:bda7b07 ("x86/platform/intel-mid: Implement power off sequence")Signed-off-by: Sebastian Panceac <sebastian@resin.io>Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>Cc: stable@vger.kernel.orgLink:https://lkml.kernel.org/r/1519810849-15131-1-git-send-email-sebastian@resin.io1 parent22636f8 commit028091f
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
0 commit comments
Comments
(0)