Commit 4d8a768e authored by Marijn Suijten's avatar Marijn Suijten Committed by Linus Walleij
Browse files
parent f82a2c21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1146,6 +1146,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm660-gpio", .data = (void *) 13 },
	/* pm660l has 12 GPIOs with holes on 1, 2, 10, 11 and 12 */
	{ .compatible = "qcom,pm660l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm6125-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pm6150-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },