2019-09-19 14:43:19 +00:00
|
|
|
From 50d3f15ea5d6ca2705a009722dd7d4108c9f75d9 Mon Sep 17 00:00:00 2001
|
2019-07-09 18:32:28 +00:00
|
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
|
|
Date: Sun, 5 May 2019 21:07:12 +0100
|
2019-09-19 14:43:19 +00:00
|
|
|
Subject: [PATCH 485/806] arm: dts: overlays: rpi-sense: add upstream humidity
|
2019-07-09 18:32:28 +00:00
|
|
|
compatible
|
|
|
|
|
|
|
|
The upstream humidiity driver uses "st,hts221" for the compatible
|
|
|
|
string so add that in as well so it will work with an unmodified
|
|
|
|
upstream kernel driver. We leave the downstream as the priority.
|
|
|
|
|
|
|
|
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
|
|
|
---
|
|
|
|
arch/arm/boot/dts/overlays/rpi-sense-overlay.dts | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
|
|
|
|
+++ b/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
|
|
|
|
@@ -38,7 +38,7 @@
|
|
|
|
};
|
|
|
|
|
|
|
|
hts221-humid@5f {
|
|
|
|
- compatible = "st,hts221-humid";
|
|
|
|
+ compatible = "st,hts221-humid", "st,hts221";
|
|
|
|
reg = <0x5f>;
|
|
|
|
status = "okay";
|
|
|
|
};
|