Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bf1ef9f authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

pinctrl: qcom: spmi-gpio: add support for PM7325 and PM7325B PMIC variants



Add support for qcom,pm7325-gpio and qcom,pm7352b-gpio variants.

Change-Id: I667af9a375d2bcc4a3576001b76d0366f45389ce
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 858cd776
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1160,6 +1160,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
	{ .compatible = "qcom,pmd9650-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm7325b-gpio", .data = (void *) 8 },
	{ },
};