Skip to content

Commit ffe23b3

Browse files
xbackksacilotto
authored andcommitted
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
BugLink: https://bugs.launchpad.net/bugs/1916056 commit 5a22747 upstream. 2 regulator descriptions carry identical naming. This leads to following boot warning: [ 0.173138] debugfs: Directory 'vdd1p8' with parent 'regulator' already present! Fix this by renaming the one used for audio. Fixes: 5051bff ("ARM: dts: imx: ventana: add LTC3676 PMIC support") Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Koen Vandeputte <[email protected]> Cc: [email protected] # v4.11 Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent cd042d4 commit ffe23b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6qdl-gw52xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
/* VDD_AUD_1P8: Audio codec */
275275
reg_aud_1p8v: ldo3 {
276-
regulator-name = "vdd1p8";
276+
regulator-name = "vdd1p8a";
277277
regulator-min-microvolt = <1800000>;
278278
regulator-max-microvolt = <1800000>;
279279
regulator-boot-on;

0 commit comments

Comments
 (0)