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

Commit 28abe52f authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

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



Add support for PMX65, which has 16 GPIO pins.

Change-Id: Ib01b5af79570fcb75b4b419c7bba118d2522d225
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
parent b490abfe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2014, 2016-2019 The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2014, 2016-2020 The Linux Foundation. All rights reserved.
 */

#include <linux/gpio/driver.h>
@@ -1158,6 +1158,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm7250b-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
	{ },
};