Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings:iio:temperature:meas,tsys01 move to trivial-devices.yaml

The existing binding description brings little value and the similar
meas,* parts are in trivial-devices.yaml so move this one there
to join them.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20201031134110.724233-27-jic23@kernel.org

+2 -19
-19
Documentation/devicetree/bindings/iio/temperature/tsys01.txt
··· 1 - * TSYS01 - Measurement Specialties temperature sensor 2 - 3 - Required properties: 4 - 5 - - compatible: should be "meas,tsys01" 6 - - reg: I2C address of the sensor (changeable via CSB pin) 7 - 8 - ------------------------ 9 - | CSB | Device Address | 10 - ------------------------ 11 - 1 0x76 12 - 0 0x77 13 - 14 - Example: 15 - 16 - tsys01@76 { 17 - compatible = "meas,tsys01"; 18 - reg = <0x76>; 19 - };
+2
Documentation/devicetree/bindings/trivial-devices.yaml
··· 140 140 - meas,ms8607-humidity 141 141 # Measurement Specialities temp and pressure part of ms8607 device 142 142 - meas,ms8607-temppressure 143 + # Measurement Specialties temperature sensor 144 + - meas,tsys01 143 145 # Microchip differential I2C ADC, 1 Channel, 18 bit 144 146 - microchip,mcp3421 145 147 # Microchip differential I2C ADC, 2 Channel, 18 bit