Change the regulator-name properties to be unique for all regulators. U-Boot cannot handle duplicate names.
Signed-off-by: David Lechner <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: AngeloGioacchino Del Regno <[email protected]> [ upstream commit: d91639d0ab3223b61c00442021dc639c9ddc2b76 ] (cherry picked from commit 22ce1d7d45a696128b8ad2cb9fbc4f2073bcb4f6) --- This is one we've been waiting for since we added the MT6359 PMIC support to U-Boot recently. Signed-off-by: David Lechner <[email protected]> --- dts/upstream/src/arm64/mediatek/mt6359.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>; }; --- base-commit: 3cdce049f90d77c3f9221f1eb73922384c8972c3 change-id: 20260611-mtk-pick-dt-mt6359-unique-names-c3859afd513b Best regards, -- David Lechner <[email protected]>

