Skip to content
Commit f6c35df2 authored by Steven Lee's avatar Steven Lee Committed by Bartosz Golaszewski
Browse files

gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler.



The current hwirq is calculated based on the old GPIO pin order(input
GPIO range is from 0 to ngpios - 1).
It should be calculated based on the current GPIO input pin order(input
GPIOs are 0, 2, 4, ..., (ngpios - 1) * 2).

Signed-off-by: default avatarSteven Lee <steven_lee@aspeedtech.com>
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
parent 2dd824cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment