Commit 4d583263 authored by Joakim Zhang's avatar Joakim Zhang Committed by Shawn Guo

arm64: dts: imx8mq-evk: add linux,autosuspend-period property for IR

Add linux,autosuspend-period property for IR, details please refer to:

commit ff1c9223 ("media: rc: gpio-ir-recv: add QoS support for cpuidle system")
Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3a7d56b3
...@@ -57,6 +57,7 @@ ir-receiver { ...@@ -57,6 +57,7 @@ ir-receiver {
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ir>; pinctrl-0 = <&pinctrl_ir>;
linux,autosuspend-period = <125>;
}; };
wm8524: audio-codec { wm8524: audio-codec {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment