commit | ca3e5e48fa3c2dc126d59399dc66ea37a662cdca | [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 | 4e3ba2a66507c115229812f71e5001a3f6f346b4 [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>