diff mbox series

[1/2] ARM: imx: Enable PCA953x driver on DH i.MX8MP DHCOM PDK2

Message ID 20240627001403.279340-1-marex@denx.de
State Accepted
Commit 80c588f000cfa1f6c6c1b147a92fd894fa2f418b
Delegated to: Fabio Estevam
Headers show
Series [1/2] ARM: imx: Enable PCA953x driver on DH i.MX8MP DHCOM PDK2 | expand

Commit Message

Marek Vasut June 27, 2024, 12:13 a.m. UTC
Enable PCA953x GPIO expander driver in DH i.MX8MP DHCOM PDK2 configuration.
The PCA9539 GPIO expander is used on production DH i.MX8MP DHCOM SoM rev.200.
This is already enabled in DH i.MX8MP DHCOM PDK3 configuration so align the
two configurations.

Fixes: 9de599ec3d59 ("arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200")
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: u-boot@dh-electronics.com
Cc: u-boot@lists.denx.de
---
 configs/imx8mp_dhcom_pdk2_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam July 6, 2024, 8:49 p.m. UTC | #1
On Wed, Jun 26, 2024 at 9:14 PM Marek Vasut <marex@denx.de> wrote:
>
> Enable PCA953x GPIO expander driver in DH i.MX8MP DHCOM PDK2 configuration.
> The PCA9539 GPIO expander is used on production DH i.MX8MP DHCOM SoM rev.200.
> This is already enabled in DH i.MX8MP DHCOM PDK3 configuration so align the
> two configurations.
>
> Fixes: 9de599ec3d59 ("arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200")
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied both, thanks.
diff mbox series

Patch

diff --git a/configs/imx8mp_dhcom_pdk2_defconfig b/configs/imx8mp_dhcom_pdk2_defconfig
index cbc608dd912..79b3e96c8e3 100644
--- a/configs/imx8mp_dhcom_pdk2_defconfig
+++ b/configs/imx8mp_dhcom_pdk2_defconfig
@@ -182,6 +182,7 @@  CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_GPIO_HOG=y
 CONFIG_SPL_GPIO_HOG=y
 CONFIG_MXC_GPIO=y
+CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y
 # CONFIG_INPUT is not set
 CONFIG_LED=y