From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH 1/2] ARM: dts: add GSBI8 defines to the MSM8660 family Date: Mon, 5 Jun 2017 21:11:01 -0500 Message-ID: <20170606021101.GF19546@hector.attlocal.net> References: <20170515075012.3696-1-linus.walleij@linaro.org> <20170602220223.GR20170@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-oi0-f50.google.com ([209.85.218.50]:35967 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751213AbdFFCLE (ORCPT ); Mon, 5 Jun 2017 22:11:04 -0400 Received: by mail-oi0-f50.google.com with SMTP id h4so172010060oib.3 for ; Mon, 05 Jun 2017 19:11:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170602220223.GR20170@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Linus Walleij , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson On Fri, Jun 02, 2017 at 03:02:23PM -0700, Stephen Boyd wrote: > On 05/15, Linus Walleij wrote: > > diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi > > index 747669a62aa8..a53c0f9970bd 100644 > > --- a/arch/arm/boot/dts/qcom-msm8660.dtsi > > +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi > > @@ -107,6 +107,31 @@ > > reg = <0x900000 0x4000>; > > }; > > > > + > > + gsbi8: gsbi@19800000 { > > + compatible = "qcom,gsbi-v1.0.0"; > > + cell-index = <12>; > > + reg = <0x19800000 0x100>; > > + clocks = <&gcc GSBI8_H_CLK>; > > + clock-names = "iface"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges; > > + > > + syscon-tcsr = <&tcsr>; > > + > > + gsbi8_i2c: i2c@19880000 { > > + compatible = "qcom,i2c-qup-v1.1.1"; > > + reg = <0x19880000 0x1000>; > > + interrupts = <0 161 IRQ_TYPE_NONE>; > > interrupts = ? I'll fix this up. No need for resend From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.gross@linaro.org (Andy Gross) Date: Mon, 5 Jun 2017 21:11:01 -0500 Subject: [PATCH 1/2] ARM: dts: add GSBI8 defines to the MSM8660 family In-Reply-To: <20170602220223.GR20170@codeaurora.org> References: <20170515075012.3696-1-linus.walleij@linaro.org> <20170602220223.GR20170@codeaurora.org> Message-ID: <20170606021101.GF19546@hector.attlocal.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jun 02, 2017 at 03:02:23PM -0700, Stephen Boyd wrote: > On 05/15, Linus Walleij wrote: > > diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi > > index 747669a62aa8..a53c0f9970bd 100644 > > --- a/arch/arm/boot/dts/qcom-msm8660.dtsi > > +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi > > @@ -107,6 +107,31 @@ > > reg = <0x900000 0x4000>; > > }; > > > > + > > + gsbi8: gsbi at 19800000 { > > + compatible = "qcom,gsbi-v1.0.0"; > > + cell-index = <12>; > > + reg = <0x19800000 0x100>; > > + clocks = <&gcc GSBI8_H_CLK>; > > + clock-names = "iface"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges; > > + > > + syscon-tcsr = <&tcsr>; > > + > > + gsbi8_i2c: i2c at 19880000 { > > + compatible = "qcom,i2c-qup-v1.1.1"; > > + reg = <0x19880000 0x1000>; > > + interrupts = <0 161 IRQ_TYPE_NONE>; > > interrupts = ? I'll fix this up. No need for resend