arm64: dts: allwinner: pinebook: Remove unused vcc3v3 regulator
authorSamuel Holland <samuel@sholland.org>
Sun, 19 Jan 2020 16:30:57 +0000 (10:30 -0600)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 10 Feb 2020 07:57:42 +0000 (08:57 +0100)
This fixed regulator has no consumers, GPIOs, or other connections.
Remove it.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts

index 3d894b2..ff32ca1 100644 (file)
                };
        };
 
-       reg_vcc3v3: vcc3v3 {
-               compatible = "regulator-fixed";
-               regulator-name = "vcc3v3";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-       };
-
        wifi_pwrseq: wifi_pwrseq {
                compatible = "mmc-pwrseq-simple";
                reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */