sensor: hts221: Move GPIO to device tree

Move how we configure the DRDY gpio line to device tree from Kconfig.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-16 09:09:18 -06:00 committed by Kumar Gala
commit 689ad43b62
5 changed files with 20 additions and 25 deletions

View file

@ -86,6 +86,7 @@
compatible = "st,hts221";
reg = <0x5f>;
label = "HTS221";
drdy-gpios = <&gpioa 2 GPIO_INT_ACTIVE_LOW>;
};
lps22hb-press@5d {