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:pressure:ms5637 Drop separate doc + add to trivial-devices

Very simple binding for this i2c device with no properties beyond
reg and compatible. Hence doesn't need it's own document.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201031134110.724233-6-jic23@kernel.org

+8 -17
-17
Documentation/devicetree/bindings/iio/pressure/ms5637.txt
··· 1 - * MS5637 - Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor 2 - 3 - Required properties: 4 - 5 - -compatible: should be one of the following 6 - meas,ms5637 7 - meas,ms5805 8 - meas,ms5837 9 - meas,ms8607-temppressure 10 - -reg: I2C address of the sensor 11 - 12 - Example: 13 - 14 - ms5637@76 { 15 - compatible = "meas,ms5637"; 16 - reg = <0x76>; 17 - };
+8
Documentation/devicetree/bindings/trivial-devices.yaml
··· 130 130 - memsic,mxc6225 131 131 # Measurement Specialities I2C temperature and humidity sensor 132 132 - meas,htu21 133 + # Measurement Specialities I2C pressure and temperature sensor 134 + - meas,ms5637 135 + # Measurement Specialities I2C pressure and temperature sensor 136 + - meas,ms5805 137 + # Measurement Specialities I2C pressure and temperature sensor 138 + - meas,ms5837 133 139 # Measurement Specialities temp and humidity part of ms8607 device 134 140 - meas,ms8607-humidity 141 + # Measurement Specialities temp and pressure part of ms8607 device 142 + - meas,ms8607-temppressure 135 143 # Microchip differential I2C ADC, 1 Channel, 18 bit 136 144 - microchip,mcp3421 137 145 # Microchip differential I2C ADC, 2 Channel, 18 bit