From 8ba6e79352174f132526aa3e869c5aedfbb3ed22 Mon Sep 17 00:00:00 2001 From: Guillaume Ranquet Date: Tue, 19 Nov 2024 16:41:23 +0100 Subject: [PATCH] Added support to AD4113 device 1) Updated ad717x.py to include AD4113 2) Updated supported_parts.md file to add AD4113 Signed-off-by: Guillaume Ranquet --- adi/ad717x.py | 1 + supported_parts.md | 1 + 2 files changed, 2 insertions(+) diff --git a/adi/ad717x.py b/adi/ad717x.py index 067cf5c3d..7c46ee67d 100644 --- a/adi/ad717x.py +++ b/adi/ad717x.py @@ -26,6 +26,7 @@ def __init__(self, uri="", device_name=""): compatible_parts = [ "ad4111", "ad4112", + "ad4113", "ad4114", "ad4115", "ad4116", diff --git a/supported_parts.md b/supported_parts.md index b59977b20..3fed533f0 100644 --- a/supported_parts.md +++ b/supported_parts.md @@ -22,6 +22,7 @@ - AD4110 - AD4111 - AD4112 +- AD4113 - AD4114 - AD4115 - AD4116