diff options
author | Adam Ford | 2022-02-25 14:32:52 -0600 |
---|---|---|
committer | Marek Vasut | 2022-02-25 21:42:07 +0100 |
commit | a26c2b155bfd97437dcb64f0ac51a4e0ab8ea7cf (patch) | |
tree | 8ef9ee0ed824d72c1a9dd2c7d614de507a2fcfd3 /configs | |
parent | c6ae38b38967a5c33d729c20e508a03ba3e0e3f6 (diff) |
net: ravb: Add tx/rx delay flag checks and support for rgmii-rxid
Some boards like the Beacon RZ/G2 SOM use either flags for
tx-internal-delay-ps, rx-internal-delay-ps or rgmii-rxid.
In Linux the APSR_RDM flag is set when either rx-internal-delay-ps
is set or the mode is rgmii-rxid, and the APSR_TDM is set when
tx-internal-delay-ps is found or rgmii-txid is set, and both
are set if rgmii-id is set.
The ravb driver in U-Boot driver was missing rgmii-rxid support,
so add that support in a similar fashion to what is done in Linux.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions