]> git.baikalelectronics.ru Git - uboot.git/commit
board: siemens: iot2050: use the named gpio to control the user-button
authorchao zeng <chao.zeng@siemens.com>
Tue, 28 Feb 2023 18:19:20 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 15:58:26 +0000 (11:58 -0400)
commit9743c64d2d8bdcff7043ac09a55f8e1212438db1
tree0d34096921c8022dec5c67781aa87b8f8e495afe
parent8ac4f97dd0d36177f012759aa5023bad24cf70dc
board: siemens: iot2050: use the named gpio to control the user-button

User-button is controlled by the mcu domain gpio number 25.
But main0 main1 mcu domain all have gpio number 25.

To identify where the gpio is from, Using gpio controll base as the prefix
to indicate the gpio resource.

Signed-off-by: chao zeng <chao.zeng@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/siemens/iot2050/board.c