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:
Armando Visconti 2019-12-05 12:24:31 +01:00 committed by Carles Cufí
commit 692996dd00
4 changed files with 19 additions and 17 deletions

View file

@ -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";
};
};