commit | 7ad342bc58cc5197cd2f12a3c30b3949528c6d83 | [log] [tgz] |
---|---|---|
author | Harini Katakam <harini.katakam@xilinx.com> | Thu Jun 27 11:51:00 2019 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 29 11:09:18 2019 -0700 |
tree | ab279b411a1b23c098c558af7b2231247251eb52 | |
parent | a8ee4dc1b5937ef60e04e11c6dd6039099d1069d [diff] |
net: macb: Fix SUBNS increment and increase resolution The subns increment register has 24 bits as follows: RegBit[15:0] = Subns[23:8]; RegBit[31:24] = Subns[7:0] Fix the same in the driver and increase sub ns resolution to the best capable, 24 bits. This should be the case on all GEM versions that this PTP driver supports. Signed-off-by: Harini Katakam <harini.katakam@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>