1 From 8513e54e9ed5d448fb11cc10e346962a2418d822 Mon Sep 17 00:00:00 2001
2 From: Peter Robinson <pbrobinson@gmail.com>
3 Date: Sun, 5 May 2019 21:07:12 +0100
4 Subject: [PATCH 486/773] arm: dts: overlays: rpi-sense: add upstream humidity
7 The upstream humidiity driver uses "st,hts221" for the compatible
8 string so add that in as well so it will work with an unmodified
9 upstream kernel driver. We leave the downstream as the priority.
11 Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
13 arch/arm/boot/dts/overlays/rpi-sense-overlay.dts | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
16 --- a/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
17 +++ b/arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
22 - compatible = "st,hts221-humid";
23 + compatible = "st,hts221-humid", "st,hts221";