hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/pinctrl/qcom/pinctrl-spmi-mpp.c
....@@ -1,17 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 and
6
- * only version 2 as published by the Free Software Foundation.
7
- *
8
- * This program is distributed in the hope that it will be useful,
9
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- * GNU General Public License for more details.
124 */
135
14
-#include <linux/gpio.h>
6
+#include <linux/gpio/driver.h>
157 #include <linux/module.h>
168 #include <linux/of.h>
179 #include <linux/of_irq.h>
....@@ -923,6 +915,8 @@
923915 { .compatible = "qcom,pm8841-mpp" }, /* 4 MPP's */
924916 { .compatible = "qcom,pm8916-mpp" }, /* 4 MPP's */
925917 { .compatible = "qcom,pm8941-mpp" }, /* 8 MPP's */
918
+ { .compatible = "qcom,pm8950-mpp" }, /* 4 MPP's */
919
+ { .compatible = "qcom,pmi8950-mpp" }, /* 4 MPP's */
926920 { .compatible = "qcom,pm8994-mpp" }, /* 8 MPP's */
927921 { .compatible = "qcom,pma8084-mpp" }, /* 8 MPP's */
928922 { .compatible = "qcom,spmi-mpp" }, /* Generic */