From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Tue, 20 Dec 2016 17:16:43 +0000 Subject: [U-Boot] [PATCH v2] powerpc: Retain compatible property for L2 cache References: <20161202082230.24566-1-judge.packham@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/02/2016 12:22 AM, 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: > - extract a helper function to set the compatible property and use it in > both the CONFIG_L2_CACHE and CONFIG_BACKSIDE_L2_CACHE cases. > > arch/powerpc/cpu/mpc85xx/fdt.c | 61 +++++++++++++++++++++++++----------------- > 1 file changed, 36 insertions(+), 25 deletions(-) > Applied to u-boot-mpc85xx master, awaiting upstream. Thanks. York