Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Tested-By: Adam Baker <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
- Loading branch information