summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorEtienne Carriere <etienne.carriere@linaro.org>2021-03-09 00:38:07 +0300
committerTom Rini <trini@konsulko.com>2021-04-13 00:17:11 +0300
commit0124218b8b4762621f5ff74bd03eb1bcb1d4e733 (patch)
tree7cd885cce66b72046930742e497cb758fd824058 /configs/sandbox_defconfig
parent1f213ee4dbf249933c29d5f62fd53ec4754ab4aa (diff)
downloadu-boot-0124218b8b4762621f5ff74bd03eb1bcb1d4e733.tar.xz
firmware: scmi: sandbox test for voltage regulator
Implement sandbox regulator devices for SCMI voltage domains and test them in DM scmi tests. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
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 5da8d1679e..c9318d4af5 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -219,6 +219,7 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_REGULATOR_RK8XX=y
CONFIG_REGULATOR_S5M8767=y
CONFIG_DM_REGULATOR_SANDBOX=y
+CONFIG_DM_REGULATOR_SCMI=y
CONFIG_REGULATOR_TPS65090=y
CONFIG_DM_PWM=y
CONFIG_PWM_SANDBOX=y