From patchwork Mon Jun 13 00:32:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 69838 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp1302838qgf; Sun, 12 Jun 2016 17:32:28 -0700 (PDT) X-Received: by 10.107.134.16 with SMTP id i16mr12411572iod.93.1465777948542; Sun, 12 Jun 2016 17:32:28 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w65si28543138pfw.96.2016.06.12.17.32.28; Sun, 12 Jun 2016 17:32:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932974AbcFMAcN (ORCPT + 4 others); Sun, 12 Jun 2016 20:32:13 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:35005 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932783AbcFMAcN (ORCPT ); Sun, 12 Jun 2016 20:32:13 -0400 Received: by mail-lf0-f45.google.com with SMTP id u74so75319533lff.2 for ; Sun, 12 Jun 2016 17:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=eZFpbMhs6GmYAQh2UbuCyO6PbJsDim5CC1JWTABn9rw=; b=PYS9INFpQs/qofPtwNI8reaXgEX3iuBVv0sJU62+tJRu/2ybflIGUf9SMWFQacnxje v81A6aqtm5CMTDzK+7qtiE1jvPIv9rxkZSIoKKwQLh+Ev14MrbxFedBBl75FhvoFVWzm SRM06ynB9yxSFQ6xUHhMniXRHAfbOg74e2yys= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=eZFpbMhs6GmYAQh2UbuCyO6PbJsDim5CC1JWTABn9rw=; b=dqYICY4GgbbWrBFfV8gcBqxQe4IiHbdSIM+BAzBx5hWjWBZJAHgX5VbsclhQj5Oz4k TkKzDAu7NquHkyC8ZYm3lGvZ8aPldBVqOdEiHD48JWYaIdDNeaidN975MtSguRgP6c3r ohvFA0KF1Cog94m9yHgRTHhlkjsanrOKOdhejNh6PA+qJ7im9WraUHIb6tM7q7bhOuZL vfsN7acmXYF1DTZqt+X266sEy1j1I3fECJobZDasF0rRp/j195mlVCtzOwoi0HZUM3XD nvkUqRe74LHVL/ts4O6Nic0fKZ0RjJOay8way86WfB+5KWoZY1slXz9ntBf1SuBym5uZ l/zw== X-Gm-Message-State: ALyK8tIOLqoj2BdjJJyBq9rOVVMCj5+qg51u3n7/7uYt3ojAkG7HCWfzwT4IJL+pCV5D1CQw X-Received: by 10.25.33.2 with SMTP id h2mr2593623lfh.186.1465777931029; Sun, 12 Jun 2016 17:32:11 -0700 (PDT) Received: from localhost.localdomain.localdomain (c-cc7c71d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.124.204]) by smtp.gmail.com with ESMTPSA id l78sm2503318lfg.42.2016.06.12.17.32.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jun 2016 17:32:10 -0700 (PDT) From: Linus Walleij To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-gpio@vger.kernel.org, Linus Walleij , Bjorn Andersson , Stephen Boyd , Andy Gross Subject: [PATCH] pinctrl: qcom-ssbi: support for pm8058 Date: Mon, 13 Jun 2016 02:32:01 +0200 Message-Id: <1465777921-1989-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.11 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The PM858 is found in connection to the APQ8060 on the APQ8060 Dragonboard. Works the same as all others, just add the compatible string for this variant. Cc: Bjorn Andersson Cc: Stephen Boyd Cc: Andy Gross Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt | 1 + drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c | 1 + 2 files changed, 2 insertions(+) -- 2.4.11 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt index d74e631e10da..b484ba1af78c 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt +++ b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt @@ -9,6 +9,7 @@ of PMIC's from Qualcomm. Definition: Should contain one of: "qcom,pm8018-mpp", "qcom,pm8038-mpp", + "qcom,pm8058-mpp", "qcom,pm8821-mpp", "qcom,pm8841-mpp", "qcom,pm8916-mpp", diff --git a/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c b/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c index 9191727aff5e..0d1392fc32dd 100644 --- a/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c +++ b/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c @@ -744,6 +744,7 @@ static int pm8xxx_pin_populate(struct pm8xxx_mpp *pctrl, static const struct of_device_id pm8xxx_mpp_of_match[] = { { .compatible = "qcom,pm8018-mpp" }, { .compatible = "qcom,pm8038-mpp" }, + { .compatible = "qcom,pm8058-mpp" }, { .compatible = "qcom,pm8917-mpp" }, { .compatible = "qcom,pm8821-mpp" }, { .compatible = "qcom,pm8921-mpp" },