From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] soc: qcom: apr: Don't use reg for domain id Date: Fri, 14 Jun 2019 10:57:24 -0600 Message-ID: <20190614165724.GA3083@bogus> References: <20190523150153.13136-1-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190523150153.13136-1-bjorn.andersson@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Bjorn Andersson Cc: Andy Gross , David Brown , Mark Rutland , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, 23 May 2019 08:01:53 -0700, Bjorn Andersson wrote: > The reg property represents the address and size on the bus that a > device lives, but for APR the parent is a rpmsg bus, which does not have > numerical addresses. Simply defining #address/#size-cells to 1 and 0, > respectively, to silence the compiler is not an appropriate solution. > > Replace the use of "reg" with an APR specific property. > > Reviewed-by: Srinivas Kandagatla > Signed-off-by: Bjorn Andersson > --- > > Changes since v1: > - Fixed example to match change > > Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt | 6 +++--- > drivers/soc/qcom/apr.c | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring