Commit ad3c8cc3 authored by Jonas Karlman's avatar Jonas Karlman Committed by Heiko Stuebner

arm64: dts: rockchip: fix regulator name on rk3328-rock64

Update regulator-name to match node and schematics.
Signed-off-by: default avatarJonas Karlman <jonas@kwiboo.se>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 443f27e5
......@@ -218,7 +218,7 @@ regulator-state-mem {
};
vcc_18: LDO_REG1 {
regulator-name = "vdd_18";
regulator-name = "vcc_18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
......@@ -230,7 +230,7 @@ regulator-state-mem {
};
vcc18_emmc: LDO_REG2 {
regulator-name = "vcc_18emmc";
regulator-name = "vcc18_emmc";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
......
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