Re: [PATCH v6 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs

2018-05-02 Thread Lina Iyer
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 179c 2. There's only 3 0's at t

Re: [PATCH v6 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs

2018-05-01 Thread Doug Anderson
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 179c 2. There's only 3 0's at the end. Thus, it should be: apps_rsc: rsc@179c >

[PATCH v6 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs

2018-04-19 Thread Lina Iyer
Add device binding documentation for Qualcomm Technology Inc's RPMH RSC driver. The driver is used for communicating resource state requests for shared resources. Cc: devicet...@vger.kernel.org Signed-off-by: Lina Iyer Reviewed-by: Rob Herring --- Changes in v6: - Address comments from S