aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dboard_manager/magnesium.py
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/magnesium.py')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/magnesium.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/magnesium.py b/mpm/python/usrp_mpm/dboard_manager/magnesium.py
index ae854ec81..2c418859b 100644
--- a/mpm/python/usrp_mpm/dboard_manager/magnesium.py
+++ b/mpm/python/usrp_mpm/dboard_manager/magnesium.py
@@ -284,20 +284,6 @@ class Magnesium(DboardManagerBase):
}
# Maps the chipselects to the corresponding devices:
spi_chipselect = {"cpld": 0, "lmk": 1, "mykonos": 2, "phase_dac": 3}
- @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 ['magnesium-{sfp}'.format(sfp=sfp_config)]
-
### End of overridables #################################################
# Class-specific, but constant settings:
spi_factories = {