drivers: adc: ltc2451: Add ltc2451 default conversion speed
Adds default conversion speed as it isn't a required property Signed-off-by: Ethan Duckett <ethan.duckett@brillpower.com>
This commit is contained in:
parent
89489d6e2d
commit
d8fe0514f8
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ include: i2c-device.yaml
|
||||||
properties:
|
properties:
|
||||||
conversion-speed:
|
conversion-speed:
|
||||||
type: int
|
type: int
|
||||||
|
default: 60
|
||||||
enum:
|
enum:
|
||||||
- 30
|
- 30
|
||||||
- 60
|
- 60
|
||||||
description: Set conversion speed in Hz
|
description: |
|
||||||
|
Set conversion speed in Hz
|
||||||
|
Default value corresponds to the default value of the register
|
||||||
|
To specify channel 2 and 4 = 0b001010 = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue