Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa68b3de authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: enable vm console suspend for Shima VM

Keeping "no_console_suspend" causing a frequent wakeups when VM enter
into suspend state. This is because console is implemented on RM
console where RM console interrupts are configured as wakeup capable.
Remove "no_console_suspend" to avoid wakeups. User can control this
feature using below node.

echo Y > /sys/module/printk/parameters/console_suspend.

Change-Id: I1bd5f0832802ff4b350707632d74aa0f7cd3c9d9
parent 67ee5aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
	};

	chosen {
		bootargs = "nokaslr no_console_suspend root=/dev/ram rw init=/init console=hvc0 loglevel=8";
		bootargs = "nokaslr root=/dev/ram rw init=/init console=hvc0 loglevel=8";
		linux,initrd-start = <0x2a900000>;
		linux,initrd-end = <0x2b100000>; /* 8 MB */
		kaslr-seed = <0xfeedbeef 0xc0def00d>;