mirror of https://gitee.com/openkylin/linux.git
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: 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:
parent
4ae9a4c66c
commit
698da378a3
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue