arm64: allwinner: a64: change TERES-I DLDO3's name to start with "vdd"
authorIcenowy Zheng <icenowy@aosc.io>
Fri, 22 Jun 2018 16:06:30 +0000 (00:06 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Jun 2018 17:08:54 +0000 (19:08 +0200)
Originally the name of the DLDO3 regulator on TERES-I is "eDP12", which
is not consistent with other regulator names.

Change it to "vdd-edp", in order to make it more consistent.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts

index d9baab3..02fecc4 100644 (file)
 &reg_dldo3 {
        regulator-min-microvolt = <1200000>;
        regulator-max-microvolt = <1200000>;
-       regulator-name = "eDP12";
+       regulator-name = "vdd-edp";
 };
 
 &reg_dldo4 {