commit | e8fa43182a487e7542c49408eb2499cc4c0ed53c | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Fri Jul 17 16:24:44 2020 +0800 |
committer | Andes <uboot@andestech.com> | Fri Jul 24 14:56:24 2020 +0800 |
tree | 1b6f2b817d73b94611a3295524cb71733f541cf7 | |
parent | e491e15a3f4bdf7e22d5e448c3f0cfb733a8dd8b [diff] |
riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg 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 <rick@andestech.com> Acked-by: Leo Liang <ycliang@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Leo Liang <ycliang@andestech.com>