Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751286AbbDHHHW (ORCPT ); Wed, 8 Apr 2015 03:07:22 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34382 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750887AbbDHHHS (ORCPT ); Wed, 8 Apr 2015 03:07:18 -0400 Message-ID: <1428476835.825.1.camel@linaro.org> Subject: Re: [PATCH 1/7] ARM: dts: qcom: Add PM8841 functions device nodes From: "Ivan T. Ivanov" To: Kumar Gala Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Date: Wed, 08 Apr 2015 10:07:15 +0300 In-Reply-To: References: <1427900715-26273-1-git-send-email-ivan.ivanov@linaro.org> <1427900715-26273-2-git-send-email-ivan.ivanov@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.13.7-fta1.2~trusty Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1477 Lines: 39 On Wed, 2015-04-01 at 14:54 -0500, Kumar Gala wrote: > On Apr 1, 2015, at 10:05 AM, Ivan T. Ivanov ivanov@linaro.org> wrote: > > > Add configuration nodes for multi purpose pins and > > thermal sensor devices. Thermal sensor will report > > PMIC die temperature. > > > > Signed-off-by: Ivan T. Ivanov ivanov@linaro.org> > > --- > > arch/arm/boot/dts/qcom-pm8841.dtsi | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/arch/arm/boot/dts/qcom-pm8841.dtsi b/arch/arm/boot/dts/qcom-pm8841.dtsi > > index 73813cc..5c109bd 100644 > > --- a/arch/arm/boot/dts/qcom-pm8841.dtsi > > +++ b/arch/arm/boot/dts/qcom-pm8841.dtsi > > @@ -7,6 +7,20 @@ > > reg = <0x4 SPMI_USID>; > > #address-cells = <1>; > > #size-cells = <0>; > > + > > + pm8841_mpps: mpps@a000 { > > + compatible = "qcom,pm8841-mpp"; > > + reg = <0xa000 0x400>; > > + gpio-controller; > > + #gpio-cells = <2>; > > + interrupts = <4 0xa0 0 0>, <4 0xa1 0 0>, <4 0xa2 0 0>, <4 0xa3 0 0>; > > What’s the interrupt parent here with 4 cells? SPMI PMIC Arbiter controller. Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/