Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | net: tsec: Use priv->tbiaddr to initialize TBI PHY address | Bin Meng | 2016-01-28 | -0/+21 |
| | | | | | | | | | 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> | |||
* | doc: dt-bindings: Describe Freescale TSEC ethernet controller | Bin Meng | 2016-01-28 | -0/+43 |
Adapted from the same file name in the kernel device tree bindings documentation, to use with U-Boot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> |