commit | 371d4adb06d12c3a00f45a25f79abcc6cb4d869e | [log] [tgz] |
---|---|---|
author | Fabrice DJIATSA <fabrice.djiatsa-ext@st.com> | Tue Oct 08 11:47:38 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 10 14:57:58 2024 -0400 |
tree | 2e7131f3e6a9e5dd59f7407e8871d34fcd1652bc | |
parent | 18e568d5c79796589e1439aae2127fcde92f683b [diff] |
drivers: mipi_dbi: update macro to get address DT_REG_ADDR now generates an unsigned string terminated with U which doesn't match the way the macros is used in a CONCAT to build a FMC_BANK1_(1/2/3) define that is defined in hal. `DT_REG_ADDR_RAW` should now be used to get the RAW FMC bank index Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>