mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
dt-bindings: iio: sx9324: Add precharge resistor setting
Allow configure the resistance used during precharge. Signed-off-by: Gwendal Grignou <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
This commit is contained in:
committed by
Jonathan Cameron
parent
0b24034c7f
commit
057e45db96
@@ -126,6 +126,14 @@ properties:
|
||||
UINT_MAX (4294967295) represents infinite. Other values
|
||||
represent 1-1/N.
|
||||
|
||||
semtech,input-precharge-resistor-ohms:
|
||||
default: 4000
|
||||
multipleOf: 2000
|
||||
minimum: 0
|
||||
maximum: 30000
|
||||
description:
|
||||
Pre-charge input resistance in Ohm.
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
@@ -157,5 +165,6 @@ examples:
|
||||
semtech,ph01-proxraw-strength = <2>;
|
||||
semtech,ph23-proxraw-strength = <2>;
|
||||
semtech,avg-pos-strength = <64>;
|
||||
semtech,input-precharge-resistor-ohms = <2000>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user