diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2017-11-20 14:35:07 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:57 -0800 |
commit | d0cb6de41061be2a3eaecefe3bd7874e9a7470ff (patch) | |
tree | 2397e629f1b7cb66a59c620b49d7ee93e3f083e9 /mpm/python/usrp_mpm/dboard_manager/eiscat.py | |
parent | 2eb1a5cfc37606939c2d348273d938e9e97949a5 (diff) | |
download | uhd-d0cb6de41061be2a3eaecefe3bd7874e9a7470ff.tar.gz uhd-d0cb6de41061be2a3eaecefe3bd7874e9a7470ff.tar.bz2 uhd-d0cb6de41061be2a3eaecefe3bd7874e9a7470ff.zip |
mpm: PeriphManager decides and applies overlay
Previously, the daughterboard requested an overlay file based on SFP
preference using magic values. This commit moves the decision making to
the peripheral manager, which uses our singular name (ie 'n3xx' for the
N310).
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/eiscat.py')
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/eiscat.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/eiscat.py b/mpm/python/usrp_mpm/dboard_manager/eiscat.py index 06b647eec..15037086f 100644 --- a/mpm/python/usrp_mpm/dboard_manager/eiscat.py +++ b/mpm/python/usrp_mpm/dboard_manager/eiscat.py @@ -407,19 +407,6 @@ class EISCAT(DboardManagerBase): "phase_dac": create_spidev_iface_phasedac, } - @staticmethod - def list_required_dt_overlays(eeprom_md, sfp_config, device_args): - """ - Lists device tree overlays that need to be applied before this class can - be used. List of strings. - Are applied in order. - - eeprom_md -- Dictionary of info read out from the dboard EEPROM - sfp_config -- A string identifying the configuration of the SFP ports. - Example: "XG", "HG", "XA", ... - device_args -- Arbitrary dictionary of info, typically user-defined - """ - return ['eiscat-{sfp}'.format(sfp=sfp_config)] # Daughterboard Control Register address constants ADC_CONTROL = 0x0600 |