aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/chips/__init__.py
diff options
context:
space:
mode:
authorThomas Vogel <thomas.vogel@ni.com>2021-06-02 15:33:19 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-03 10:21:00 -0500
commit747746f3909555a942282dd522a97ad4aaec3975 (patch)
tree3200d4e616c8f1be26c060dcbd1ed85fbee9d3e2 /mpm/python/usrp_mpm/chips/__init__.py
parentd7ba6ae7c2d53d86a295117d0af8f97cacd03b3a (diff)
downloaduhd-747746f3909555a942282dd522a97ad4aaec3975.tar.gz
uhd-747746f3909555a942282dd522a97ad4aaec3975.tar.bz2
uhd-747746f3909555a942282dd522a97ad4aaec3975.zip
mpm: Add chip driver for LMK05318 PLL
Diffstat (limited to 'mpm/python/usrp_mpm/chips/__init__.py')
-rw-r--r--mpm/python/usrp_mpm/chips/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/chips/__init__.py b/mpm/python/usrp_mpm/chips/__init__.py
index 1b43ede6a..2aedf946d 100644
--- a/mpm/python/usrp_mpm/chips/__init__.py
+++ b/mpm/python/usrp_mpm/chips/__init__.py
@@ -11,4 +11,5 @@ from .adf400x import ADF400x
from .lmk04828 import LMK04828
from .lmk04832 import LMK04832
from .lmk03328 import LMK03328
+from .lmk05318 import LMK05318
from . import ic_reg_maps