commit | f750769aa35e0793ce48a676ebe344bfe1fa7444 | [log] [tgz] |
---|---|---|
author | chao zeng <chao.zeng@siemens.com> | Tue Feb 28 19:19:20 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 29 11:58:26 2023 -0400 |
tree | 0d34096921c8022dec5c67781aa87b8f8e495afe | |
parent | 7b5cfe3750783a7454d640da2a4fb0c14d95aba7 [diff] |
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>