Skip to content

Commit d44070f

Browse files
gmarullmbolivar-nordic
authored andcommitted
boards: degu_evk: remove A71CH RST_N control
There's no in-tree driver for the A71CH secure element, which is the code that should be responsible to control the chip reset line. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent d5ede63 commit d44070f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

boards/arm/degu_evk/board.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ static int board_degu_evk_init(const struct device *dev)
1414
const struct device *gpio1 =
1515
device_get_binding(DT_LABEL(DT_NODELABEL(gpio1)));
1616

17-
/*
18-
* We must enable GPIO1_2 to use Secure Element.
19-
*/
20-
gpio_pin_configure(gpio1, 2, GPIO_OUTPUT_HIGH);
21-
2217
/*
2318
* We must enable GPIO1_6 to read Vin voltage.
2419
*/

0 commit comments

Comments
 (0)