mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
Documentation/devicetree/bindings/iio/humidity/dht11.txt
Normal file
14
Documentation/devicetree/bindings/iio/humidity/dht11.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
* DHT11 humidity/temperature sensor (and compatibles like DHT22)
|
||||
|
||||
Required properties:
|
||||
- compatible: Should be "dht11"
|
||||
- gpios: Should specify the GPIO connected to the sensor's data
|
||||
line, see "gpios property" in
|
||||
Documentation/devicetree/bindings/gpio/gpio.txt.
|
||||
|
||||
Example:
|
||||
|
||||
humidity_sensor {
|
||||
compatible = "dht11";
|
||||
gpios = <&gpio0 6 0>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue