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

Commit 602d1d5b authored by Imran Ahmad's avatar Imran Ahmad
Browse files

pinctrl: qcom: spmi-gpio: Add support for PMD9650



Add support for qcom,pmd9650-gpio.

Change-Id: Id00b72cd01f271340522218b0e07282d0eb85af3
Signed-off-by: default avatarImran Ahmad <imrahm@codeaurora.org>
parent 3b62fcac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1159,6 +1159,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
	{ .compatible = "qcom,pmd9650-gpio", .data = (void *) 12 },
	{ },
};