From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 11 Jul 2019 12:21:06 +0800 Subject: [U-Boot] [PATCH v2 6/7] riscv: dts: move out AE350 L2 node from cpus node In-Reply-To: <20190709092814.21363-7-uboot@andestech.com> References: <20190709092814.21363-1-uboot@andestech.com> <20190709092814.21363-7-uboot@andestech.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 Tue, Jul 9, 2019 at 5:34 PM Andes wrote: > > From: Rick Chen > > When L2 node exists inside cpus node, uclass_get_device > can not parse L2 node successfully. So move it outside > from cpus node. > > Also add tag-ram-ctl and data-ram-ctl attributes for > v5l2 cache controller driver. This can adjust timing > by requirement from dtb to improve performance. > > Signed-off-by: Rick Chen > Cc: Greentime Hu > Cc: KC Lin > --- > arch/riscv/dts/ae350_32.dts | 17 +++++++++++------ > arch/riscv/dts/ae350_64.dts | 17 +++++++++++------ > 2 files changed, 22 insertions(+), 12 deletions(-) > Reviewed-by: Bin Meng