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

Commit df9ec556 authored by Yimin Peng's avatar Yimin Peng Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add wakeup flag for virtio_input_keyboard



The virtio input keyboard is specific wakeup device for virtual power
key feature.

Change-Id: I803d1786c6cba28ad8f8d8ee2febb25c089e05ef
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 5051b090
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -283,4 +283,9 @@
		reg = <0xc221000 0x1000>;
		clock-frequency = <32768>;
	};

	virtio_input_keyboard {
		compatible = "virtio,mmio";
		virtio,wakeup = <1>;
	};
};