Skip to content

Commit 5a22747

Browse files
xbackShawn Guo
authored andcommitted
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
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]>
1 parent 70b6ff4 commit 5a22747

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
@@ -418,7 +418,7 @@
418418

419419
/* VDD_AUD_1P8: Audio codec */
420420
reg_aud_1p8v: ldo3 {
421-
regulator-name = "vdd1p8";
421+
regulator-name = "vdd1p8a";
422422
regulator-min-microvolt = <1800000>;
423423
regulator-max-microvolt = <1800000>;
424424
regulator-boot-on;

0 commit comments

Comments
 (0)