mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 02:45:34 +07:00
arm64: allwinner: a64: change TERES-I DLDO3's name to start with "vdd"
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>
This commit is contained in:
parent
edb24ffe14
commit
e4357c82e3
@ -210,7 +210,7 @@ ®_dldo2 {
|
||||
®_dldo3 {
|
||||
regulator-min-microvolt = <1200000>;
|
||||
regulator-max-microvolt = <1200000>;
|
||||
regulator-name = "eDP12";
|
||||
regulator-name = "vdd-edp";
|
||||
};
|
||||
|
||||
®_dldo4 {
|
||||
|
Loading…
Reference in New Issue
Block a user