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

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
......@@ -46,7 +46,7 @@ vtf_reg: fixed-regulator@0 {
regulator-name = "V_TF_2.8V";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
gpios = <&mp05 4 0>;
gpio = <&mp05 4 0>;
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