Skip to content

Commit

Permalink
adi: ad3552r: Add missing compatible parts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Schmitt <[email protected]>
  • Loading branch information
machschmitt committed Nov 10, 2023
1 parent 1745b9e commit 8b8f059
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion adi/ad3552r.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ def __init__(self, uri="", device_name=""):

context_manager.__init__(self, uri, self._device_name)

compatible_parts = ["ad3552r", "ad3542r"]
compatible_parts = [
"ad3552r",
"ad3542r",
"ad3541r",
"ad3542r-12",
"ad3542r-16",
"ad3551r",
]
self._ctrl = None

if not device_name:
Expand Down

0 comments on commit 8b8f059

Please sign in to comment.