diff options
author | Samuel Holland <samuel@sholland.org> | 2020-01-19 10:30:56 -0600 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-10 08:57:41 +0100 |
commit | 787615ad874151af11017e95e29b7f1ef1c1590f (patch) | |
tree | 627c1008149259d5c12b754a2496bad3c2c343d2 /arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | |
parent | 674ef1d0a7b23681699994a892a1ed508c7df122 (diff) |
arm64: dts: allwinner: Enable button wakeup on Orange Pi PC2
The Orange Pi PC2 features a GPIO button. As the button is connected to
Port L (pin PL3), it can be used as a wakeup source. Enable this.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts index 70b5f0998421..c4f89c312f42 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts @@ -61,6 +61,7 @@ label = "sw4"; linux,code = <BTN_0>; gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>; + wakeup-source; }; }; |