diff mbox series

[U-Boot] ARM: am3517_evm: Enable Pinctrl

Message ID 20180909122530.1400-1-aford173@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: am3517_evm: Enable Pinctrl | expand

Commit Message

Adam Ford Sept. 9, 2018, 12:25 p.m. UTC
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 <aford173@gmail.com>

Comments

Tom Rini Sept. 29, 2018, 3:43 p.m. UTC | #1
On Sun, Sep 09, 2018 at 07:25:30AM -0500, Adam Ford wrote:

> 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 <aford173@gmail.com>
> 
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index e845e35d7d..985ef73292 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index e845e35d7d..985ef73292 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -46,6 +46,8 @@  CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
 CONFIG_SPL_NAND_SIMPLE=y
 CONFIG_MII=y
 CONFIG_DRIVER_TI_EMAC=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_SINGLE=y
 CONFIG_CONS_INDEX=3
 CONFIG_SYS_NS16550=y
 CONFIG_SPI=y