diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-20 20:21:12 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-10-12 16:22:39 +0200 |
commit | 3634eceea159ffe4aae0faeb35292fa619569927 (patch) | |
tree | 2c995970bb1221a9856aa151c7cbbd682cc385d3 /Documentation/devicetree/bindings/hwmon/hih6130.txt | |
parent | dt-bindings: hwmon: dps650ab: move to trivial devices (diff) | |
download | linux-3634eceea159ffe4aae0faeb35292fa619569927.tar.xz linux-3634eceea159ffe4aae0faeb35292fa619569927.zip |
dt-bindings: hwmon: hih6130: move to trivial devices
The hih6130 bindings are trivial, so it can be integrated into trivial
devices bindings.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210920182114.339419-4-krzysztof.kozlowski@canonical.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon/hih6130.txt')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/hih6130.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/hih6130.txt b/Documentation/devicetree/bindings/hwmon/hih6130.txt deleted file mode 100644 index 2c43837af4c2..000000000000 --- a/Documentation/devicetree/bindings/hwmon/hih6130.txt +++ /dev/null @@ -1,12 +0,0 @@ -Honeywell Humidicon HIH-6130 humidity/temperature sensor --------------------------------------------------------- - -Requires node properties: -- compatible : "honeywell,hi6130" -- reg : the I2C address of the device. This is 0x27. - -Example: - hih6130@27 { - compatible = "honeywell,hih6130"; - reg = <0x27>; - }; |