Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromtorvalds/linux

Commit028091f

Browse files
Sebastian PanceacKAGA-KOKO
Sebastian Panceac
authored andcommitted
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.io
1 parent22636f8 commit028091f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arch/x86/platform/intel-mid/intel-mid.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static void intel_mid_power_off(void)
7979

8080
staticvoidintel_mid_reboot(void)
8181
{
82-
intel_scu_ipc_simple_command(IPCMSG_COLD_BOOT,0);
82+
intel_scu_ipc_simple_command(IPCMSG_COLD_RESET,0);
8383
}
8484

8585
staticunsigned long__initintel_mid_calibrate_tsc(void)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp