mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
pinctrl: qcom: spmi-gpio: Add PM8010 GPIO support
Add PM8010 GPIO support with its compatible string and match data. Signed-off-by: Fenglin Wu <fenglin.wu@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
30a0d3eda1
commit
bdb939247b
|
|
@ -1229,6 +1229,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
|
|||
{ .compatible = "qcom,pm7550-gpio", .data = (void *) 12 },
|
||||
{ .compatible = "qcom,pm7550ba-gpio", .data = (void *) 8},
|
||||
{ .compatible = "qcom,pm8005-gpio", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pm8010-gpio", .data = (void *) 2 },
|
||||
{ .compatible = "qcom,pm8019-gpio", .data = (void *) 6 },
|
||||
/* pm8150 has 10 GPIOs with holes on 2, 5, 7 and 8 */
|
||||
{ .compatible = "qcom,pm8150-gpio", .data = (void *) 10 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user