commit | fa10557f1615ed3a3439d973d75dc782825566ab | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Jul 26 16:41:01 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:29:01 2022 +0200 |
tree | ed9ef9f9da4b13a48da9887dfee8f35494f94e99 | |
parent | 8ee27647b39193db5d0f341b08bce2e7eabdd0f8 [diff] [blame] |
imx: imx9: Add gpio registers structure Add GPIO registers structure for iMX93, so that we can enable lpgpio driver Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d290194..e48054a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -916,6 +916,7 @@ select DM select MACH_IMX select SUPPORT_SPL + select GPIO_EXTRA_HEADER select MISC select IMX_SENTINEL imply CMD_DM