diff options
author | JuenKit Yip <JuenKit_Yip@hotmail.com> | 2023-06-17 00:00:12 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-06-17 08:50:05 -0700 |
commit | fc669e922ecff02c173a8484f7a5ed4810089209 (patch) | |
tree | afa44dd42848ea90c3a25f3ba235535405a186af /Documentation/hwmon | |
parent | 450d1a8ce1e5f1cadd402ae62013afff50a5cc9c (diff) | |
download | linux-fc669e922ecff02c173a8484f7a5ed4810089209.tar.gz linux-fc669e922ecff02c173a8484f7a5ed4810089209.tar.bz2 linux-fc669e922ecff02c173a8484f7a5ed4810089209.zip |
hwmon: (sht3x) remove sht3x_platform_data
Since no in-tree driver supports it, sht3x_platform_data has been
removed and the relevant properties have been moved to sht3x_data.
Signed-off-by: JuenKit Yip <JuenKit_Yip@hotmail.com>
Link: https://lore.kernel.org/r/DB4PR10MB626126FB7226D5AF341197449258A@DB4PR10MB6261.EURPRD10.PROD.OUTLOOK.COM
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/sht3x.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/sht3x.rst b/Documentation/hwmon/sht3x.rst index 95a850d5b2c1..31fd36b144a6 100644 --- a/Documentation/hwmon/sht3x.rst +++ b/Documentation/hwmon/sht3x.rst @@ -28,7 +28,7 @@ The device communicates with the I2C protocol. Sensors can have the I2C addresses 0x44 or 0x45, depending on the wiring. See Documentation/i2c/instantiating-devices.rst for methods to instantiate the device. -There are two options configurable by means of sht3x_platform_data: +There are two options configurable by means of sht3x_data: 1. blocking (pull the I2C clock line down while performing the measurement) or non-blocking mode. Blocking mode will guarantee the fastest result but |