1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/brcm2708/patches-4.19/0493-arm-dts-overlays-rpi-sense-add-upstream-humidity-com.patch
2019-05-30 09:07:04 +02:00

31 lines
1 KiB
Diff

From 365ab793942c71df7615392f13cda736f12dceed Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Sun, 5 May 2019 21:07:12 +0100
Subject: [PATCH 493/515] arm: dts: overlays: rpi-sense: add upstream humidity
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(-)
diff --git a/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts b/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
index 27153240e1be..6eba2a10bfa5 100644
--- 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";
};
--
2.19.1