Skip to content

Commit 7b237d0

Browse files
committed
drivers: adc: ad7124: fix device binding logic description
Fixed pd-switch-enable boolean logic description to the logic as decribed in the data sheet for the device. Signed-off-by: NoahStephens <[email protected]>
1 parent 7ab37ef commit 7b237d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dts/bindings/adc/adi,ad7124-adc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ properties:
2121
type: boolean
2222
default: false
2323
description: |
24-
Enable internal low side power switch for AD7124
25-
- true: The switch is in the open position
26-
- false: The switched is in the closed position
24+
Enable internal low-side power-down switch for AD7124
25+
- true: The switch is in the closed position
26+
- false: The switch is in the open position
2727
The default configuration places the switch in the
28-
closed position for control setup upon power-up
28+
open position for control setup upon power-up
2929
or after reset.
3030
3131
filter-type-mask:

0 commit comments

Comments
 (0)