Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44ad5e1f authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Fix regulator name to avoid forbidden character on exynos4210-trats



The usage of slash character causes failure when creating regulator
debugfs entry.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
[k.kozlowski: Write commit message]
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 7c44e911
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -359,7 +359,7 @@
			};
			};


			vusbdac_reg: LDO8 {
			vusbdac_reg: LDO8 {
			     regulator-name = "VUSB/VDAC_3.3V_C210";
			     regulator-name = "VUSB+VDAC_3.3V_C210";
			     regulator-min-microvolt = <3300000>;
			     regulator-min-microvolt = <3300000>;
			     regulator-max-microvolt = <3300000>;
			     regulator-max-microvolt = <3300000>;
			};
			};