-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: adc: ad4170: Add ID for AD4195
Add option to indicate AD4195 is supported. Signed-off-by: Marcelo Schmitt <[email protected]>
- Loading branch information
1 parent
a1c35ea
commit d01e5b9
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -990,7 +990,8 @@ enum ad4170_id { | |
ID_AD4170, | ||
ID_AD4171, | ||
ID_AD4172, | ||
ID_AD4190 | ||
ID_AD4190, | ||
ID_AD4195 | ||
}; | ||
|
||
/** | ||
|