Re: [U-Boot] [RESEND PATCH v2] powerpc: Retain compatible property for L2 cache

2016-12-19 Thread Chris Packham
Hi York, On Tue, Dec 20, 2016 at 6:14 AM, york sun wrote: > On 12/18/2016 11:26 PM, Chris Packham wrote: >> When setting the compatible property for the L2 cache ensure that we >> follow the documented binding by setting both >> "-l2-cache-controller" and "cache" as values. >>

Re: [U-Boot] [RESEND PATCH v2] powerpc: Retain compatible property for L2 cache

2016-12-19 Thread york sun
On 12/18/2016 11:26 PM, Chris Packham wrote: > When setting the compatible property for the L2 cache ensure that we > follow the documented binding by setting both > "-l2-cache-controller" and "cache" as values. > > Signed-off-by: Chris Packham > --- > > Changes in v2: >

[U-Boot] [RESEND PATCH v2] powerpc: Retain compatible property for L2 cache

2016-12-18 Thread Chris Packham
When setting the compatible property for the L2 cache ensure that we follow the documented binding by setting both "-l2-cache-controller" and "cache" as values. Signed-off-by: Chris Packham --- Changes in v2: - extract a helper function to set the compatible property