[RESEND PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property

2019-07-04 Thread Sai Prakash Ranjan
Do not assume the affinity to CPU0 if cpu phandle is omitted. Update the DT binding rules to reflect the same by changing it to a required property. Signed-off-by: Sai Prakash Ranjan Reviewed-by: Suzuki K Poulose Tested-by: Mathieu Poirier Reviewed-by: Mathieu Poirier --- .../devicetree/bindi

Re: [PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property

2019-07-04 Thread Greg Kroah-Hartman
On Thu, Jul 04, 2019 at 12:13:40PM +0530, Sai Prakash Ranjan wrote: > On 7/4/2019 1:32 AM, Mathieu Poirier wrote: > > Hi Greg, > > > > On Thu, 27 Jun 2019 at 12:15, Sai Prakash Ranjan > > wrote: > > > > > > Do not assume the affinity to CPU0 if cpu phandle is omitted. > > > Update the DT binding

Re: [PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property

2019-07-03 Thread Sai Prakash Ranjan
On 7/4/2019 1:32 AM, Mathieu Poirier wrote: Hi Greg, On Thu, 27 Jun 2019 at 12:15, Sai Prakash Ranjan wrote: Do not assume the affinity to CPU0 if cpu phandle is omitted. Update the DT binding rules to reflect the same by changing it to a required property. Signed-off-by: Sai Prakash Ranjan

Re: [PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property

2019-07-03 Thread Mathieu Poirier
Hi Greg, On Thu, 27 Jun 2019 at 12:15, Sai Prakash Ranjan wrote: > > Do not assume the affinity to CPU0 if cpu phandle is omitted. > Update the DT binding rules to reflect the same by changing it > to a required property. > > Signed-off-by: Sai Prakash Ranjan > Reviewed-by: Suzuki K Poulose I'

[PATCHv5 1/2] dt-bindings: coresight: Change CPU phandle to required property

2019-06-27 Thread Sai Prakash Ranjan
Do not assume the affinity to CPU0 if cpu phandle is omitted. Update the DT binding rules to reflect the same by changing it to a required property. Signed-off-by: Sai Prakash Ranjan Reviewed-by: Suzuki K Poulose --- .../devicetree/bindings/arm/coresight-cpu-debug.txt | 4 ++-- Documentat