sample/board: 96b_argonkey: update to use new GPIO API
Get rid of all the deprecated functions and definitions replacing them with the new ones. Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
2016cc64aa
commit
692996dd00
4 changed files with 19 additions and 17 deletions
|
@ -62,7 +62,7 @@
|
|||
compatible = "st,lsm6dsl";
|
||||
reg = <1>;
|
||||
spi-max-frequency = <1000000>;
|
||||
irq-gpios = <&gpiob 1 0>;
|
||||
irq-gpios = <&gpiob 1 GPIO_ACTIVE_HIGH>;
|
||||
label = "LSM6DSL_SPI";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue