summaryrefslogtreecommitdiff
path: root/drivers/reset/sandbox-reset.c
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-04-03 11:40:51 +0200
committerTom Rini <trini@konsulko.com>2018-04-10 11:52:16 -0400
commit91f5f8b73ccba5bf591912fe6e8c500a7d51eb93 (patch)
tree6f9ddd0833c030123d7a39c4ee113dd1d11a91b6 /drivers/reset/sandbox-reset.c
parent0c28233903b5af9a7f41b3200993cfa197b35719 (diff)
reset: add sandbox test for bulk API
This patch adds the bulk reset API tests for the sandbox test suite. Unlike the main test, it also check the "other" reset signal using the bulk API and checks if the resets are correctly asserted/deasserted. To allow the bulk API to work, and avoid changing the DT, the number of resets of the sandbox reset controller has been bumped to 101 for the "other" reset line to be valid. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/reset/sandbox-reset.c')
-rw-r--r--drivers/reset/sandbox-reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/sandbox-reset.c b/drivers/reset/sandbox-reset.c
index 4258af521b1..c310749dc85 100644
--- a/drivers/reset/sandbox-reset.c
+++ b/drivers/reset/sandbox-reset.c
@@ -10,7 +10,7 @@
#include <asm/io.h>
#include <asm/reset.h>
-#define SANDBOX_RESET_SIGNALS 3
+#define SANDBOX_RESET_SIGNALS 101
struct sandbox_reset_signal {
bool asserted;