summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
diff options
context:
space:
mode:
authorStefan Agner2015-01-16 18:06:15 +0100
committerShawn Guo2015-01-20 09:40:35 +0100
commit767139540cbf72886112f427e0691acd5c12f8eb (patch)
tree910892508b97112a251e10b68a2571329acd36e7 /arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
parentARM: dts: imx6q: enable dma for ecspi5 (diff)
downloadkernel-qcow2-linux-767139540cbf72886112f427e0691acd5c12f8eb.tar.gz
kernel-qcow2-linux-767139540cbf72886112f427e0691acd5c12f8eb.tar.xz
kernel-qcow2-linux-767139540cbf72886112f427e0691acd5c12f8eb.zip
ARM: vf610: use zero based naming for GPIO nodes
On Vybrid, all peripherals are numbered starting with zero, including the GPIO and PORT module. However, the labels of the corresponding device tree nodes start with one, which is confusing. Fix that by renaming the labels of the gpio nodes in the device tree. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/vf-colibri-eval-v3.dtsi')
-rw-r--r--arch/arm/boot/dts/vf-colibri-eval-v3.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
index 56a452bc326c..36cafbfa1bfa 100644
--- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
@@ -35,7 +35,7 @@
regulator-name = "usbh_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
- gpio = <&gpio3 19 GPIO_ACTIVE_LOW>;
+ gpio = <&gpio2 19 GPIO_ACTIVE_LOW>;
vin-supply = <&sys_5v0_reg>;
};
};