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

Commit 1f7ce3d1 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-goni



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 698da378
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			reg = <0>;
			gpios = <&mp05 4 0>;
			gpio = <&mp05 4 0>;
			enable-active-high;
		};

@@ -73,7 +73,7 @@
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			reg = <3>;
			gpios = <&gpj1 3 0>;
			gpio = <&gpj1 3 0>;
			enable-active-high;
		};
	};