]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8195-cherry: Fix names for EC controlled regulators
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 14 May 2026 10:12:51 +0000 (18:12 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 18 May 2026 09:39:56 +0000 (11:39 +0200)
The names currently given to the EC controlled regulators do not match
what is used in the hardware design.

Fix the names and the labels.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

index ca2bb367ee68c8f99ae7849a30892d897e7bab6a..538c46ada32b21ad072ec9c2c4e45764538d8398 100644 (file)
        pinctrl-1 = <&mmc1_pins_default>;
        sd-uhs-sdr50;
        sd-uhs-sdr104;
-       vmmc-supply = <&mt_pmic_vmch_ldo_reg>;
-       vqmmc-supply = <&mt_pmic_vmc_ldo_reg>;
+       vmmc-supply = <&pp3000_sd>;
+       vqmmc-supply = <&pp3000_vmc_pmu>;
 };
 
 &mt6359codec {
                        #size-cells = <0>;
                };
 
-               mt_pmic_vmc_ldo_reg: regulator@0 {
+               pp3000_vmc_pmu: regulator@0 {
                        compatible = "google,cros-ec-regulator";
                        reg = <0>;
-                       regulator-name = "mt_pmic_vmc_ldo";
+                       regulator-name = "pp3000_vmc_pmu";
                        regulator-min-microvolt = <1200000>;
                        regulator-max-microvolt = <3600000>;
                        vin-supply = <&pp4200_z2>;
                };
 
-               mt_pmic_vmch_ldo_reg: regulator@1 {
+               pp3000_sd: regulator@1 {
                        compatible = "google,cros-ec-regulator";
                        reg = <1>;
-                       regulator-name = "mt_pmic_vmch_ldo";
+                       regulator-name = "pp3000_sd";
                        regulator-min-microvolt = <2700000>;
                        regulator-max-microvolt = <3600000>;
                        vin-supply = <&pp4200_z2>;