mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dt-bindings: iio: light: ltr501: Add proximity-near-level
This value inidcates the proximity level that should be considered "close". Signed-off-by: Nikita Travkin <nikita@trvn.ru> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211125125646.54831-1-nikita@trvn.ru Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
fc27e69f4d
commit
2cc131ace0
1 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ title: LiteON LTR501 I2C Proximity and Light sensor
|
||||||
maintainers:
|
maintainers:
|
||||||
- Nikita Travkin <nikita@trvn.ru>
|
- Nikita Travkin <nikita@trvn.ru>
|
||||||
|
|
||||||
|
allOf:
|
||||||
|
- $ref: ../common.yaml#
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
|
@ -25,6 +28,8 @@ properties:
|
||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
|
proximity-near-level: true
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
required:
|
required:
|
||||||
|
|
@ -42,6 +47,8 @@ examples:
|
||||||
light-sensor@23 {
|
light-sensor@23 {
|
||||||
compatible = "liteon,ltr559";
|
compatible = "liteon,ltr559";
|
||||||
reg = <0x23>;
|
reg = <0x23>;
|
||||||
|
proximity-near-level = <75>;
|
||||||
|
|
||||||
vdd-supply = <&pm8916_l17>;
|
vdd-supply = <&pm8916_l17>;
|
||||||
vddio-supply = <&pm8916_l6>;
|
vddio-supply = <&pm8916_l6>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue