Commit 8315c99c authored by Michael Klein's avatar Michael Klein Committed by Maxime Ripard

ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add poweroff node

Add add devicetree information for the regulator-poweroff driver.
Signed-off-by: default avatarMichael Klein <michael@fossekall.de>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201211151445.115943-4-michael@fossekall.de
parent 8f39fab5
......@@ -86,6 +86,11 @@ reg_vcc1v2: vcc1v2 {
vin-supply = <&reg_vcc5v0>;
};
poweroff {
compatible = "regulator-poweroff";
cpu-supply = <&reg_vcc1v2>;
};
wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment