commit | 99080841095559621e4825f005a5d5a33107c0cc | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Feb 15 14:08:56 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 22:27:39 2023 +0200 |
tree | 46a5a37ed71d9abac6732e6343e6020dd299f4c7 | |
parent | 5f012523c2912c2aa42bf09fa4c0453f71daffeb [diff] [blame] |
mx6sxsabresd: Add DM_SERIAL support The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam <festevam@denx.de>
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index c469084..2e52e30 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig
@@ -69,6 +69,7 @@ CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y