From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Fri, 17 Jul 2020 18:13:02 +0800 Subject: [PATCH] riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg In-Reply-To: References: <20200717082444.29631-1-uboot@andestech.com> Message-ID: <20200717101302.GA10142@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Jul 17, 2020 at 05:38:19PM +0800, Bin Meng wrote: > On Fri, Jul 17, 2020 at 4:35 PM Andes wrote: > > > > From: Rick Chen > > > > Use fdtdec_get_addr_size_auto_noparent to read the "reg" property > > instead of fdtdec_get_addr. This will increase the compatibility > > of dtb parsing. > > > > Signed-off-by: Rick Chen > > --- > > board/AndesTech/ax25-ae350/ax25-ae350.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > Reviewed-by: Bin Meng Tested-by: Leo Liang