]> git.sur5r.net Git - u-boot/blobdiff - drivers/reset/sandbox-reset.c
mtd: nand: mxs_nand: use self init
[u-boot] / drivers / reset / sandbox-reset.c
index 4258af521b1ae37e7af872310b8572d0bb5d611a..40f2654d8e437cbbc1e60b8adcb55ce060a3ad5a 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <common.h>
@@ -10,7 +9,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;