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

Commit 2120d166 authored by xiaolin's avatar xiaolin Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: correct the spelling error



The spelling error of "regulator name" leads to  the issue
about the vreg_sd_pad eldo failing to initialize.

Change-Id: Ida36cadf5a04b5a1a6bf5fde4c98a6b86196f222
Signed-off-by: default avatarxiaolin <xiaolin@codeaurora.org>
parent 0477583e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@

	vreg_sd_pad: vreg_sd_pad {
		compatible = "regulator-gpio";
		retulator-name = "vreg_sd_pad";
		regulator-name = "vreg_sd_pad";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <2950000>;
		enable-gpio = <&tlmm 63 GPIO_ACTIVE_HIGH>;