| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 12 | 4 | */ |
|---|
| 13 | 5 | |
|---|
| 14 | | -#include <linux/gpio.h> |
|---|
| 6 | +#include <linux/gpio/driver.h> |
|---|
| 15 | 7 | #include <linux/module.h> |
|---|
| 16 | 8 | #include <linux/of.h> |
|---|
| 17 | 9 | #include <linux/of_irq.h> |
|---|
| .. | .. |
|---|
| 923 | 915 | { .compatible = "qcom,pm8841-mpp" }, /* 4 MPP's */ |
|---|
| 924 | 916 | { .compatible = "qcom,pm8916-mpp" }, /* 4 MPP's */ |
|---|
| 925 | 917 | { .compatible = "qcom,pm8941-mpp" }, /* 8 MPP's */ |
|---|
| 918 | + { .compatible = "qcom,pm8950-mpp" }, /* 4 MPP's */ |
|---|
| 919 | + { .compatible = "qcom,pmi8950-mpp" }, /* 4 MPP's */ |
|---|
| 926 | 920 | { .compatible = "qcom,pm8994-mpp" }, /* 8 MPP's */ |
|---|
| 927 | 921 | { .compatible = "qcom,pma8084-mpp" }, /* 8 MPP's */ |
|---|
| 928 | 922 | { .compatible = "qcom,spmi-mpp" }, /* Generic */ |
|---|