]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: dts: mediatek: mt6359: give regulators unique names
authorDavid Lechner <dlechner@baylibre.com>
Fri, 12 Jun 2026 00:12:20 +0000 (19:12 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 24 Jun 2026 14:51:00 +0000 (09:51 -0500)
Change the regulator-name properties to be unique for all regulators.
U-Boot cannot handle duplicate names.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
[ upstream commit: d91639d0ab3223b61c00442021dc639c9ddc2b76 ]

(cherry picked from commit 22ce1d7d45a696128b8ad2cb9fbc4f2073bcb4f6)

Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260611-mtk-pick-dt-mt6359-unique-names-v1-1-601546be1210@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
dts/upstream/src/arm64/mediatek/mt6359.dtsi

index 467d8a4c2aa7f16ade92a287ecdeed5089302045..45ad69ee49edd16b473e88ffc767e13aacb6d3c6 100644 (file)
                                regulator-max-microvolt = <1700000>;
                        };
                        mt6359_vrfck_1_ldo_reg: ldo_vrfck_1 {
-                               regulator-name = "vrfck";
+                               regulator-name = "vrfck_1";
                                regulator-min-microvolt = <1240000>;
                                regulator-max-microvolt = <1600000>;
                        };
                                regulator-max-microvolt = <3300000>;
                        };
                        mt6359_vemc_1_ldo_reg: ldo_vemc_1 {
-                               regulator-name = "vemc";
+                               regulator-name = "vemc_1";
                                regulator-min-microvolt = <2500000>;
                                regulator-max-microvolt = <3300000>;
                        };