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:
parent
c77a322c6e
commit
689ad43b62
5 changed files with 20 additions and 25 deletions
|
@ -86,6 +86,7 @@
|
|||
compatible = "st,hts221";
|
||||
reg = <0x5f>;
|
||||
label = "HTS221";
|
||||
drdy-gpios = <&gpioa 2 GPIO_INT_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
lps22hb-press@5d {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue