Skip to content
Snippets Groups Projects
Commit 8367b815 authored by Yuri Mazzuoli's avatar Yuri Mazzuoli Committed by Gianfranco Mariotti
Browse files

[A62][DTS] move poweroff gpio handling to generic gpio-poweroff driver

parent ba0b94a5
No related branches found
No related tags found
No related merge requests found
...@@ -201,10 +201,10 @@ &snvs_rtc { ...@@ -201,10 +201,10 @@ &snvs_rtc {
* |__________________________________________________________________________| * |__________________________________________________________________________|
*/ */
/ { / {
power_signal: power_signal { gpio_poweroff {
power-gpio = <&gpio2 4 0>; compatible = "gpio-poweroff";
set_high; gpios = <&gpio2 4 0>;
only_for_poweroff; status = "okay";
}; };
pwr_button: pwr_button { pwr_button: pwr_button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment