dts: bindings: Migrate TI sensors to inherit base sensor properties
Migrates all TI sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
fd26b53fdc
commit
3a89c3adec
11 changed files with 11 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ description: Texas Instruments BQ274xx Fuel Gauge
|
||||||
|
|
||||||
compatible: "ti,bq274xx"
|
compatible: "ti,bq274xx"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
design-voltage:
|
design-voltage:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ description: Texas Instruments FDC2X1X capacitive sensor
|
||||||
|
|
||||||
compatible: "ti,fdc2x1x"
|
compatible: "ti,fdc2x1x"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
sd-gpios:
|
sd-gpios:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ description: Texas Instruments temperature and humidity sensor (e.g. HDC1008)
|
||||||
|
|
||||||
compatible: "ti,hdc"
|
compatible: "ti,hdc"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
drdy-gpios:
|
drdy-gpios:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ description: Texas Instruments HDC20XX Temperature and Humidity Sensor
|
||||||
|
|
||||||
compatible: "ti,hdc20xx"
|
compatible: "ti,hdc20xx"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
int-gpios:
|
int-gpios:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ description: Texas Instruments Bidirectional Current/Power Sensor
|
||||||
|
|
||||||
compatible: "ti,ina219"
|
compatible: "ti,ina219"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
lsb-microamp:
|
lsb-microamp:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
config:
|
config:
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ description: Texas Instruments OPT3001 ambient light sensor
|
||||||
|
|
||||||
compatible: "ti,opt3001"
|
compatible: "ti,opt3001"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ description: |
|
||||||
|
|
||||||
compatible: "ti,tmp007"
|
compatible: "ti,tmp007"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
int-gpios:
|
int-gpios:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ description: |
|
||||||
|
|
||||||
compatible: "ti,tmp108"
|
compatible: "ti,tmp108"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
alert-gpios:
|
alert-gpios:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ description: |
|
||||||
|
|
||||||
compatible: "ti,tmp112"
|
compatible: "ti,tmp112"
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
conversion-rate:
|
conversion-rate:
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ compatible: "ti,tmp116"
|
||||||
|
|
||||||
bus: tmp116
|
bus: tmp116
|
||||||
|
|
||||||
include: i2c-device.yaml
|
include: [sensor-device.yaml, i2c-device.yaml]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue