From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH v6 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs Date: Wed, 2 May 2018 08:56:42 -0600 Message-ID: <20180502145642.GA21162@codeaurora.org> References: <20180419221635.17849-1-ilina@codeaurora.org> <20180419221635.17849-3-ilina@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Doug Anderson Cc: Andy Gross , David Brown , linux-arm-msm@vger.kernel.org, "open list:ARM/QUALCOMM SUPPORT" , Rajendra Nayak , Bjorn Andersson , LKML , Stephen Boyd , Evan Green , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, May 01 2018 at 17:45 -0600, Doug Anderson wrote: >Hi, > >On Thu, Apr 19, 2018 at 3:16 PM, Lina Iyer wrote: >> +TCS-OFFSET: 0xD00 >> + >> + apps_rsc: rsc@179e000 { > >This label is wrong in two ways: > >1. I believe it's supposed to be the first reg listed, so 179c0000 > >2. There's only 3 0's at the end. > >Thus, it should be: > >apps_rsc: rsc@179c0000 > Ok. Will fix. I did not hear back on this idea. Does this binding work for everyone else? Thanks, Lina >> + label = "apps_rsc"; >> + compatible = "qcom,rpmh-rsc"; >> + reg = <0x179c0000 0x10000>, <0x179d0000 0x10000>, >> + <0x179e0000 0x10000>, <0xd00 0>; >> + reg-names = "drv-0", "drv-1", "drv-2", "tcs-offset"; >> + interrupts = ; >> + qcom,drv-id = <2>; >> + qcom,tcs-config = , >> + , >> + , >> + ; >> + };