Commit 1f7ce3d1 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Kukjin Kim

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
...@@ -47,7 +47,7 @@ vtf_reg: fixed-regulator@0 { ...@@ -47,7 +47,7 @@ vtf_reg: fixed-regulator@0 {
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
reg = <0>; reg = <0>;
gpios = <&mp05 4 0>; gpio = <&mp05 4 0>;
enable-active-high; enable-active-high;
}; };
...@@ -73,7 +73,7 @@ tsp_reg: fixed-regulator@3 { ...@@ -73,7 +73,7 @@ tsp_reg: fixed-regulator@3 {
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
reg = <3>; reg = <3>;
gpios = <&gpj1 3 0>; gpio = <&gpj1 3 0>;
enable-active-high; enable-active-high;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment