mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
pinctrl: qcom: spmi-gpio: add compatible for pms405 GPIO
Let's add "qcom,pms405-gpio" to match table, as commit ed80f6eb79
("dt-bindings: pinctrl: qcom-pmic-gpio: Add pms405 support") already
adds the compatible.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
89444dad60
commit
45fd26d390
@ -1068,6 +1068,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
|
||||
{ .compatible = "qcom,pm8994-gpio" }, /* 22 GPIO's */
|
||||
{ .compatible = "qcom,pmi8994-gpio" }, /* 10 GPIO's */
|
||||
{ .compatible = "qcom,pma8084-gpio" }, /* 22 GPIO's */
|
||||
{ .compatible = "qcom,pms405-gpio" }, /* 12 GPIO's, holes on 1 9 10 */
|
||||
{ .compatible = "qcom,spmi-gpio" }, /* Generic */
|
||||
{ },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user