mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
pinctrl: qcom: Extend gpios to support SA6155
SA6155 has 32 gpios. Extend driver to support them. Change-Id: Ica579fbbc7e238ebc3da9a384942fd4abd45eb4a Signed-off-by: Arun KS <arunks@codeaurora.org>
This commit is contained in:
parent
e9161932b4
commit
e4483b491e
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
@ -72,7 +72,10 @@ enum slpi_pin_func_index {
|
||||
|
||||
static const char *const slpi_gpio_groups[] = {
|
||||
"gpio0", "gpio1", "gpio2", "gpio3", "gpio4", "gpio5", "gpio6", "gpio7",
|
||||
"gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13",
|
||||
"gpio8", "gpio9", "gpio10", "gpio11", "gpio12", "gpio13", "gpio14",
|
||||
"gpio15", "gpio16", "gpio17", "gpio18", "gpio19", "gpio20", "gpio21",
|
||||
"gpio22", "gpio23", "gpio24", "gpio25", "gpio26", "gpio27", "gpio28",
|
||||
"gpio29", "gpio30", "gpio31",
|
||||
};
|
||||
|
||||
static const char *const slpi_pin_functions[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user