]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: macb: add user io config data structure
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 19 Jan 2021 11:26:44 +0000 (13:26 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 22 Jan 2021 13:09:59 +0000 (15:09 +0200)
commitbb890f75d5217a3c5db0fa40acf35ee317ec1905
tree80840a5a557208c3cea6e34385404f91db1ef2c9
parent3270c47b396ed8710f1135896d97c623cfe5a207
net: macb: add user io config data structure

Different implementation of USER IO register needs different
mapping for bit fields of this register. Add implementation
for this and, since clken is part of USER IO and it needs to
be activated based on per SoC capabilities, add caps in
macb_config where clken specific information needs to be filled.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
drivers/net/macb.c