diff options
| author | Adam Ford <[email protected]> | 2018-09-09 07:25:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-29 08:07:26 -0400 |
| commit | 57dbf754e37d3347cad441f3869bf72c0d726a71 (patch) | |
| tree | b324f4732a12f737ea741ab9d753123b8e66cf97 | |
| parent | 577c40ae1dc332dfd61d833752c9c2b66745b1c2 (diff) | |
ARM: am3517_evm: Enable Pinctrl
The simple pinctrl driver currently available works with the omap3.
Enabling this will use the device tree to automatically set the
pin-muxing for various drivers.
Signed-off-by: Adam Ford <[email protected]>
| -rw-r--r-- | configs/am3517_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index 96491f37b27..b62f5c5bc12 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig @@ -47,6 +47,8 @@ CONFIG_SPL_NAND_SIMPLE=y CONFIG_MII=y CONFIG_DRIVER_TI_EMAC=y # CONFIG_TWL4030_POWER is not set +CONFIG_PINCTRL=y +CONFIG_PINCTRL_SINGLE=y CONFIG_CONS_INDEX=3 CONFIG_SYS_NS16550=y CONFIG_SPI=y |
