mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-08 08:13:55 +00:00
pinctrl: cherryview fixed typo in comment
Fixed typo on comment for north_community. Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1ffbf50b74
commit
505485a83c
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ static const struct chv_community north_community = {
|
||||||
.ngpio_ranges = ARRAY_SIZE(north_gpio_ranges),
|
.ngpio_ranges = ARRAY_SIZE(north_gpio_ranges),
|
||||||
.ngpios = ARRAY_SIZE(north_pins),
|
.ngpios = ARRAY_SIZE(north_pins),
|
||||||
/*
|
/*
|
||||||
* North community can benerate GPIO interrupts only for the first
|
* North community can generate GPIO interrupts only for the first
|
||||||
* 8 interrupts. The upper half (8-15) can only be used to trigger
|
* 8 interrupts. The upper half (8-15) can only be used to trigger
|
||||||
* GPEs.
|
* GPEs.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue