boards: stm32n6570_dk: add irq-gpios property
There was a missing irq-gpios property that cause building failure on lvgl and display samples. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
This commit is contained in:
parent
4282d67ac2
commit
905e3032a0
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
||||||
compatible = "goodix,gt911";
|
compatible = "goodix,gt911";
|
||||||
reg = <0x5d>;
|
reg = <0x5d>;
|
||||||
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
|
||||||
|
irq-gpios = <&gpioq 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue