diff options
author | Stefan Agner <stefan@agner.ch> | 2015-01-16 20:06:15 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-20 11:40:35 +0300 |
commit | 767139540cbf72886112f427e0691acd5c12f8eb (patch) | |
tree | 910892508b97112a251e10b68a2571329acd36e7 /arch/arm/boot/dts/vf-colibri.dtsi | |
parent | 677940258dd8ecab88c8c20e421fd82e9c605680 (diff) | |
download | linux-767139540cbf72886112f427e0691acd5c12f8eb.tar.xz |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf-colibri.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi index 95b6ff222eee..5c2b7320856d 100644 --- a/arch/arm/boot/dts/vf-colibri.dtsi +++ b/arch/arm/boot/dts/vf-colibri.dtsi @@ -31,7 +31,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_esdhc1>; bus-width = <4>; - cd-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>; + cd-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; }; &fec1 { |