mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user