aboutsummaryrefslogtreecommitdiff
path: root/configs/omap3_beagle_defconfig
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2022-02-25 12:18:33 +0100
committerTom Rini <trini@konsulko.com>2022-03-10 13:49:57 -0500
commita7658396ee4aa86e2239a6d20450ccb48dba2288 (patch)
tree25e71317f6eee831bb973618fbb59249bd087dd4 /configs/omap3_beagle_defconfig
parent848cfe098f59c47a2542385513fb554430b874d6 (diff)
downloadu-boot-a7658396ee4aa86e2239a6d20450ccb48dba2288.zip
u-boot-a7658396ee4aa86e2239a6d20450ccb48dba2288.tar.gz
u-boot-a7658396ee4aa86e2239a6d20450ccb48dba2288.tar.bz2
ARM: omap3_beagle: 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. Based on commit: 57dbf754e37d3347cad441f3869bf72c0d726a71 Signed-off-by: Romain Naour <romain.naour@gmail.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r--configs/omap3_beagle_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index 206118e..a9b2c15 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -83,6 +83,8 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_DM_ETH=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_SINGLE=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_OMAP3_SPI=y