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

Commit 698da378 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Kukjin Kim
Browse files

ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila



The property name should be "gpio", not "gpios". Fix it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 4ae9a4c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@
			regulator-name = "V_TF_2.8V";
			regulator-name = "V_TF_2.8V";
			regulator-min-microvolt = <2800000>;
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			gpios = <&mp05 4 0>;
			gpio = <&mp05 4 0>;
			enable-active-high;
			enable-active-high;
		};
		};