boards: stm32n6570_dk: add missing irq-gpios property for gt911 node on i2c bus #90870
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The changes introduced by this commit a91209e
add the
gt911
slave node to the I2C node without including theirq-gpios
required by thedrivers/input/input_gt911.c
driver during initialization forint_gpio
gt911_config struct member.For example, run
west build -p -b stm32n6570_dk/stm32n657xx/sb samples/modules/lvgl/demos -T sample.modules.lvgl.demo_stress
to reproduce.