ARM: sun8i: v40: add 5V regulator for Banana Pi M2 Berry
authorIcenowy Zheng <icenowy@aosc.io>
Wed, 18 Oct 2017 13:06:26 +0000 (21:06 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 20 Oct 2017 07:51:35 +0000 (09:51 +0200)
On the Banana Pi M2 Berry board, the 5V power output (used by HDMI, SATA
and USB) is controlled via a GPIO.

Add regulator node for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts

index 8a69be2..fe16fc0 100644 (file)
                };
        };
 
+       reg_vcc5v0: vcc5v0 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc5v0";
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+               gpio = <&pio 7 23 GPIO_ACTIVE_HIGH>; /* PH23 */
+               enable-active-high;
+       };
+
        wifi_pwrseq: wifi_pwrseq {
                compatible = "mmc-pwrseq-simple";
                reset-gpios = <&pio 6 10 GPIO_ACTIVE_LOW>; /* PG10 WIFI_EN */