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)
commitf750769aa35e0793ce48a676ebe344bfe1fa7444
tree0d34096921c8022dec5c67781aa87b8f8e495afe
parent7b5cfe3750783a7454d640da2a4fb0c14d95aba7
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