ARM: vf610: use zero based naming for GPIO nodes
authorStefan Agner <stefan@agner.ch>
Fri, 16 Jan 2015 17:06:15 +0000 (18:06 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 20 Jan 2015 08:40:35 +0000 (16:40 +0800)
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>

No differences found