kirkwood/orion: fix orion_gpio_set_blink
commit92a486eabefadca1169fbf15d737feeaf2bda844
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Wed, 18 Apr 2012 21:16:39 +0000 (18 23:16 +0200)
committerJason Cooper <jason@lakedaemon.net>
Tue, 15 May 2012 03:11:47 +0000 (15 03:11 +0000)
treec54589a861f2fc468242f7e0d82bc090efabfd0b
parentee24876949c49761e61befe7435293069ddb1f38
kirkwood/orion: fix orion_gpio_set_blink

gpio registers are for 32 gpios. Given that orion_gpio_set_blink is called
directly and not through gpiolib, it needs to make sure that the pin value
given to the internal functions are between 0 and 31.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Tested-By: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/plat-orion/gpio.c