bnxt_en: Use register window 6 instead of 5 to read the PHC
Some older Broadcom debug tools use window 5 and may conflict, so switch to use window 6 instead. Fixes: 118612d519d8 ("bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods") Reviewed-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9e26680733
commit
92529df76d
@ -10,8 +10,8 @@
|
||||
#ifndef BNXT_PTP_H
|
||||
#define BNXT_PTP_H
|
||||
|
||||
#define BNXT_PTP_GRC_WIN 5
|
||||
#define BNXT_PTP_GRC_WIN_BASE 0x5000
|
||||
#define BNXT_PTP_GRC_WIN 6
|
||||
#define BNXT_PTP_GRC_WIN_BASE 0x6000
|
||||
|
||||
#define BNXT_MAX_PHC_DRIFT 31000000
|
||||
#define BNXT_LO_TIMER_MASK 0x0000ffffffffUL
|
||||
|
Loading…
x
Reference in New Issue
Block a user