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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
Laurent Pinchart 2015-10-13 00:12:35 +03:00 committed by Kukjin Kim
parent 698da378a3
commit 1f7ce3d1c9

View file

@ -47,7 +47,7 @@ vtf_reg: fixed-regulator@0 {
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 @@ tsp_reg: fixed-regulator@3 {
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
reg = <3>;
gpios = <&gpj1 3 0>;
gpio = <&gpj1 3 0>;
enable-active-high;
};
};