aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.1/0086-dts-overlays-document-DHT11-overlay.patch
blob: e7a15c248ba674df3d62f58777018267db26d423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 243585439bab9e3181082c6422a51bddce2e1535 Mon Sep 17 00:00:00 2001
From: P33M <P33M@github.com>
Date: Wed, 24 Jun 2015 11:23:06 +0100
Subject: [PATCH 086/203] dts/overlays: document DHT11 overlay

---
 arch/arm/boot/dts/overlays/README | 8 ++++++++
 1 file changed, 8 insertions(+)

--- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README
@@ -173,6 +173,14 @@ Load:   dtoverlay=bmp085_i2c-sensor
 Params: <None>
 
 
+Name:   dht11
+Info:   Overlay for the DHT11/DHT21/DHT22 humidity/temperature sensors
+        Also sometimes found with the part number(s) AM230x.
+Load:   dtoverlay=dht11,<param>=<val>
+Params: gpiopin                  GPIO connected to the sensor's DATA output.
+                                 (default 4)
+
+
 [ The ds1307-rtc overlay has been deleted. See i2c-rtc. ]