diff options
| author | Andreas Dannenberg <[email protected]> | 2019-06-04 18:08:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-17 11:13:18 -0400 |
| commit | 8f26b041e00b9c8ea928c1dad049bf7b8787b6ad (patch) | |
| tree | 93b30f0b9456610a220db0dc6ee7b2247dd5da0c | |
| parent | e5e5c7608ad79dcfe0c156959fd00483eb8a6075 (diff) | |
configs: am65x_hs_evm_a53: Enable PCA953X-type GPIO driver
Enable GPIO driver for PCA953X-compatible I2C-based I/O expander
which includes support for the TCA9554/PCA9554-type expander found
on the AM654 EVM base board.
Signed-off-by: Andreas Dannenberg <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Acked-by: Andrew F. Davis <[email protected]>
| -rw-r--r-- | configs/am65x_hs_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig index 7e36b2805b7..e619b794ea5 100644 --- a/configs/am65x_hs_evm_a53_defconfig +++ b/configs/am65x_hs_evm_a53_defconfig @@ -59,6 +59,8 @@ CONFIG_CLK_TI_SCI=y CONFIG_DMA_CHANNELS=y CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_TI_SCI_PROTOCOL=y +CONFIG_DM_GPIO=y +CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_SYS_I2C_OMAP24XX=y |
