db820c: stop autoboot when vol- pressed
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
This commit is contained in:

committed by
Tom Rini

parent
e0cc0b6c6d
commit
100fb0bd99
19
arch/arm/dts/dragonboard820c-uboot.dtsi
Normal file
19
arch/arm/dts/dragonboard820c-uboot.dtsi
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* U-Boot addition to handle Dragonboard 820c pins
|
||||
*
|
||||
* (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
&pm8994_pon {
|
||||
key_vol_down {
|
||||
gpios = <&pm8994_pon 1 0>;
|
||||
label = "key_vol_down";
|
||||
};
|
||||
|
||||
key_power {
|
||||
gpios = <&pm8994_pon 0 0>;
|
||||
label = "key_power";
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user