aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
authorTrung N Tran <trung.tran@ettus.com>2017-08-29 12:12:52 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:04:01 -0800
commit93e443697e56c6908a13147b7890496e0a2e7fb8 (patch)
treeb2e3810862b9dbe6ff0ea306dd769fffdc3c0c4c /mpm
parent688637522a60eda64d17ed293fd36ff73085e3d1 (diff)
downloaduhd-93e443697e56c6908a13147b7890496e0a2e7fb8.tar.gz
uhd-93e443697e56c6908a13147b7890496e0a2e7fb8.tar.bz2
uhd-93e443697e56c6908a13147b7890496e0a2e7fb8.zip
mpm: n310 BIST change aurora default phy name
... to match dts spec
Diffstat (limited to 'mpm')
-rwxr-xr-xmpm/python/n3xx_bist8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist
index 30bc1c10b..0d8a5ccd8 100755
--- a/mpm/python/n3xx_bist
+++ b/mpm/python/n3xx_bist
@@ -576,7 +576,7 @@ class N310BIST(object):
"""
if self.args.dry_run:
return True, get_sfp_bist_defaults()
- sfp_bist_results = run_aurora_bist(master='misc-enet-regs0')
+ sfp_bist_results = run_aurora_bist(master='misc-auro-regs0')
return aurora_results_to_status(sfp_bist_results)
def bist_sfp1_loopback(self):
@@ -598,7 +598,7 @@ class N310BIST(object):
"""
if self.args.dry_run:
return True, get_sfp_bist_defaults()
- sfp_bist_results = run_aurora_bist(master='misc-enet-regs1')
+ sfp_bist_results = run_aurora_bist(master='misc-auro-regs1')
return aurora_results_to_status(sfp_bist_results)
def bist_sfp_loopback(self):
@@ -621,8 +621,8 @@ class N310BIST(object):
if self.args.dry_run:
return True, get_sfp_bist_defaults()
sfp_bist_results = run_aurora_bist(
- master='misc-enet-regs0',
- slave='misc-enet-regs1',
+ master='misc-auro-regs0',
+ slave='misc-auro-regs1',
)
return aurora_results_to_status(sfp_bist_results)