diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 05:27:30 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 05:27:30 +0000 |
| commit | a31d1ff13cd8d70944a6446c0e2478d7f25b53e7 (patch) | |
| tree | 95e0f475d5a1ebb20845d0809fdc2d15875b2ea9 /src/arm/imx7d-sdb.dts | |
| parent | 0bf7de3125ed8dcfbeaa112994b25101fa9b96c6 (diff) | |
Notes
Diffstat (limited to 'src/arm/imx7d-sdb.dts')
| -rw-r--r-- | src/arm/imx7d-sdb.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arm/imx7d-sdb.dts b/src/arm/imx7d-sdb.dts index c9b3c60b0eb22..f1bafdaa7e1a5 100644 --- a/src/arm/imx7d-sdb.dts +++ b/src/arm/imx7d-sdb.dts @@ -27,12 +27,14 @@ label = "Volume Up"; gpios = <&gpio5 11 GPIO_ACTIVE_LOW>; linux,code = <KEY_VOLUMEUP>; + wakeup-source; }; volume-down { label = "Volume Down"; gpios = <&gpio5 10 GPIO_ACTIVE_LOW>; linux,code = <KEY_VOLUMEDOWN>; + wakeup-source; }; }; |
