From: David Lechner Date: Fri, 12 Jun 2026 00:12:20 +0000 (-0500) Subject: arm64: dts: mediatek: mt6359: give regulators unique names X-Git-Tag: v2026.07~13^2~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7aedd1f7fb5ead34df91979bdf9459dac6613a0c;p=thirdparty%2Fu-boot.git arm64: dts: mediatek: mt6359: give regulators unique names Change the regulator-name properties to be unique for all regulators. U-Boot cannot handle duplicate names. Signed-off-by: David Lechner Reviewed-by: AngeloGioacchino Del Regno Signed-off-by: AngeloGioacchino Del Regno [ upstream commit: d91639d0ab3223b61c00442021dc639c9ddc2b76 ] (cherry picked from commit 22ce1d7d45a696128b8ad2cb9fbc4f2073bcb4f6) Reviewed-by: Julien Stephan Link: https://patch.msgid.link/20260611-mtk-pick-dt-mt6359-unique-names-v1-1-601546be1210@baylibre.com Signed-off-by: David Lechner --- diff --git a/dts/upstream/src/arm64/mediatek/mt6359.dtsi b/dts/upstream/src/arm64/mediatek/mt6359.dtsi index 467d8a4c2aa..45ad69ee49e 100644 --- a/dts/upstream/src/arm64/mediatek/mt6359.dtsi +++ b/dts/upstream/src/arm64/mediatek/mt6359.dtsi @@ -205,7 +205,7 @@ 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>; }; @@ -227,7 +227,7 @@ 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>; };