Skip to content

Commit

Permalink
arm: dts: overlays: rpi-sense: add upstream humidity compatible
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nullr0ute authored and popcornmix committed May 21, 2019
1 parent 8f2cac7 commit 4b45e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/rpi-sense-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
};

hts221-humid@5f {
compatible = "st,hts221-humid";
compatible = "st,hts221-humid", "st,hts221";
reg = <0x5f>;
status = "okay";
};
Expand Down

0 comments on commit 4b45e00

Please sign in to comment.