Skip to content

Commit 1e46c74

Browse files
RohitAgarwalQUIClinusw
authored andcommitted
pinctrl: qcom-pmic-gpio: Add support for pmx75
pmx75 pmic support gpio controller so add compatible in the driver. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Link: https://lore.kernel.org/r/1688707209-30151-5-git-send-email-quic_rohiagar@quicinc.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 8fff651 commit 1e46c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
12531253
/* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */
12541254
{ .compatible = "qcom,pmx55-gpio", .data = (void *) 11 },
12551255
{ .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
1256+
{ .compatible = "qcom,pmx75-gpio", .data = (void *) 16 },
12561257
{ },
12571258
};
12581259

0 commit comments

Comments
 (0)