commit | 74314f1f68b415749ceba2382a9f1c1936f204d1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Jan 11 22:41:25 2016 -0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 12:23:19 2016 -0600 |
tree | a9cabc1f97c6d54026b61e76679d32f429153b82 | |
parent | 1048f6145deeda3ea226f5ece8bc8352376d30f6 [diff] |
net: tsec: Use priv->tbiaddr to initialize TBI PHY address Add a new member 'tbiaddr' to tsec_private struct. For non-DM driver, it is initialized as CONFIG_SYS_TBIPA_VALUE, but for DM driver, we can get this from device tree. Update the bindings doc as well. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>