Skip to content

Commit be70410

Browse files
dlechbroonie
authored andcommitted
regulator: dt-bindings: mt6359: make regulator names unique
Update the example devicetree with unique regulator names for all regulators. This reflects the same change made to the actual .dtsi file. Signed-off-by: David Lechner <dlechner@baylibre.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260219-mtk-mt6359-fix-regulator-names-v1-2-ee0fcebfe1d9@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6de23f8 commit be70410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ examples:
287287
regulator-max-microvolt = <1700000>;
288288
};
289289
mt6359_vrfck_1_ldo_reg: ldo_vrfck_1 {
290-
regulator-name = "vrfck";
290+
regulator-name = "vrfck_1";
291291
regulator-min-microvolt = <1240000>;
292292
regulator-max-microvolt = <1600000>;
293293
};
@@ -309,7 +309,7 @@ examples:
309309
regulator-max-microvolt = <3300000>;
310310
};
311311
mt6359_vemc_1_ldo_reg: ldo_vemc_1 {
312-
regulator-name = "vemc";
312+
regulator-name = "vemc_1";
313313
regulator-min-microvolt = <2500000>;
314314
regulator-max-microvolt = <3300000>;
315315
};

0 commit comments

Comments
 (0)