diff options
author | 2024-08-02 16:27:01 +0200 | |
---|---|---|
committer | 2024-08-03 14:36:45 +0100 | |
commit | b001635a7c3014fe7745a507840c5d8f58235c04 (patch) | |
tree | 0f079dcb07a8f8e0b0625269d979107f5be04406 /include/linux/iio/backend.h | |
parent | iio: backend: add debugFs interface (diff) | |
download | wireguard-linux-b001635a7c3014fe7745a507840c5d8f58235c04.tar.xz wireguard-linux-b001635a7c3014fe7745a507840c5d8f58235c04.zip |
iio: backend: add a modified prbs23 support
Support ADI specific prb23 sequence that can be used both for
calibrating or debugging digital interfaces.
Signed-off-by: Nuno Sa <nuno.sa@analog.com>
Link: https://patch.msgid.link/20240802-dev-iio-backend-add-debugfs-v2-3-4cb62852f0d0@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to '')
-rw-r--r-- | include/linux/iio/backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iio/backend.h b/include/linux/iio/backend.h index 9d0dba7ab9e7..2b9d1aa86552 100644 --- a/include/linux/iio/backend.h +++ b/include/linux/iio/backend.h @@ -56,6 +56,8 @@ enum iio_backend_test_pattern { IIO_BACKEND_NO_TEST_PATTERN, /* modified prbs9 */ IIO_BACKEND_ADI_PRBS_9A = 32, + /* modified prbs23 */ + IIO_BACKEND_ADI_PRBS_23A, IIO_BACKEND_TEST_PATTERN_MAX }; |