aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-04-11 09:39:50 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2021-04-12 11:17:15 +0530
commit5532262d46a38dc5b973d7ac0977241b4c850e71 (patch)
tree9d32c519811c3480dc155c05bb46b237d11c2078 /configs/sandbox_defconfig
parent76d470de1a3c323823f5c4096a797e366cd225b0 (diff)
downloadu-boot-5532262d46a38dc5b973d7ac0977241b4c850e71.zip
u-boot-5532262d46a38dc5b973d7ac0977241b4c850e71.tar.gz
u-boot-5532262d46a38dc5b973d7ac0977241b4c850e71.tar.bz2
test: pinmux: add test for 'pinctrl-single' driver
The test adds two pinmux nodes to the device tree, one to test when a register changes only one pin's mux (pinctrl-single,pins), and the other to test when more than one pin's mux is changed (pinctrl-single,bits). This required replacing the controller's register access functions when the driver is used on sandbox. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 5bc90d0..3a09f37 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -197,6 +197,7 @@ CONFIG_PHY_SANDBOX=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_SANDBOX=y
+CONFIG_PINCTRL_SINGLE=y
CONFIG_POWER_DOMAIN=y
CONFIG_SANDBOX_POWER_DOMAIN=y
CONFIG_DM_PMIC=y