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

Commit 85082b1d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ba763c41 28abe52f
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 },
	{ },
};