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:humidity:htu21 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-3-jic23@kernel.org

+4 -13
-13
Documentation/devicetree/bindings/iio/humidity/htu21.txt
··· 1 - *HTU21 - Measurement-Specialties htu21 temperature & humidity sensor and humidity part of MS8607 sensor 2 - 3 - Required properties: 4 - 5 - - compatible: should be "meas,htu21" or "meas,ms8607-humidity" 6 - - reg: I2C address of the sensor 7 - 8 - Example: 9 - 10 - htu21@40 { 11 - compatible = "meas,htu21"; 12 - reg = <0x40>; 13 - };
+4
Documentation/devicetree/bindings/trivial-devices.yaml
··· 128 128 - mcube,mc3230 129 129 # MEMSIC 2-axis 8-bit digital accelerometer 130 130 - memsic,mxc6225 131 + # Measurement Specialities I2C temperature and humidity sensor 132 + - meas,htu21 133 + # Measurement Specialities temp and humidity part of ms8607 device 134 + - meas,ms8607-humidity 131 135 # Microchip differential I2C ADC, 1 Channel, 18 bit 132 136 - microchip,mcp3421 133 137 # Microchip differential I2C ADC, 2 Channel, 18 bit