Merge remote-tracking branch 'tip/auto-latest'
[deliverable/linux.git] / arch / x86 / platform / intel-mid / intel-mid.c
index ce119d2ba0d00edbe9b065b8773314a5d9814874..7850128f0026f2a045fa135173fe95963a927f14 100644 (file)
@@ -70,6 +70,11 @@ EXPORT_SYMBOL_GPL(__intel_mid_cpu_chip);
 
 static void intel_mid_power_off(void)
 {
+       /* Shut down South Complex via PWRMU */
+       intel_mid_pwr_power_off();
+
+       /* Only for Tangier, the rest will ignore this command */
+       intel_scu_ipc_simple_command(IPCMSG_COLD_OFF, 1);
 };
 
 static void intel_mid_reboot(void)
This page took 0.043117 seconds and 5 git commands to generate.