On Wed, 2015-04-01 at 14:54 -0500, Kumar Gala wrote: > On Apr 1, 2015, at 10:05 AM, Ivan T. Ivanov ivanov@xxxxxxxxxx> 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@xxxxxxxxxx> > > --- > > 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 devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html