Commit ea119e5a authored by Guru Das Srinagesh's avatar Guru Das Srinagesh Committed by Linus Walleij
Browse files

pinctrl: qcom-pmic-gpio: Add support for pm8008

parent 18d2719f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pmr735b-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pm6150-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm8008-gpio", .data = (void *) 2 },
	/* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */
	{ .compatible = "qcom,pmx55-gpio", .data = (void *) 11 },
	{ },