rockchip: fix r66s gpio-regulator error

This commit is contained in:
lean 2022-08-27 02:48:10 +08:00
parent c9572764f3
commit 24d685c904
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
regulator-max-microvolt = <12000000>;
};
vcc3v3_pcie: gpio-regulator {
vcc3v3_pcie: vcc3v3-pcie-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie";
regulator-always-on;

View File

@ -58,7 +58,7 @@
regulator-max-microvolt = <12000000>;
};
vcc3v3_pcie: vcc3v3-pcie {
vcc3v3_pcie: vcc3v3-pcie-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie";
regulator-always-on;