Skip to content

Commit ad7b74e

Browse files
nullr0utepopcornmix
authored andcommitted
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 <[email protected]>
1 parent 3401262 commit ad7b74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/rpi-sense-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
};
3939

4040
hts221-humid@5f {
41-
compatible = "st,hts221-humid";
41+
compatible = "st,hts221-humid", "st,hts221";
4242
reg = <0x5f>;
4343
status = "okay";
4444
};

0 commit comments

Comments
 (0)