forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/media/gpio-ir-receiver.txt
....@@ -7,6 +7,8 @@
77 Optional properties:
88 - linux,rc-map-name: see rc.txt file in the same
99 directory.
10
+ - linux,autosuspend-period: autosuspend delay time,
11
+ the unit is milisecond.
1012
1113 Example node:
1214
....@@ -14,4 +16,5 @@
1416 compatible = "gpio-ir-receiver";
1517 gpios = <&gpio0 19 1>;
1618 linux,rc-map-name = "rc-rc6-mce";
19
+ linux,autosuspend-period = <125>;
1720 };