Re: [PATCH] soc: qcom: apr: Don't use reg for domain id

2019-05-23 Thread Bjorn Andersson
On Thu 23 May 07:38 PDT 2019, Srinivas Kandagatla wrote: > > > On 22/05/2019 02:53, 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

Re: [PATCH] soc: qcom: apr: Don't use reg for domain id

2019-05-23 Thread Srinivas Kandagatla
On 22/05/2019 02:53, 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