diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-28 13:46:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-28 13:46:31 -0400 |
commit | e95afa56753cebcd20a5114b6d121f281b789006 (patch) | |
tree | 0341804963b0b02bcd2ac0ddb1d306f804871938 /board/dhelectronics/dh_stm32mp1/board.c | |
parent | 8b2b125e95c44bb007b4573945f4aedb8a56222c (diff) | |
parent | 53ee48b67302e188dc2805cef393707975b305c8 (diff) |
Merge branch '2022-04-28-led-updates'
- DM GPIO bugfix
- LED related code clean-ups
- Fix some of the DM/LED tests
- Update the LED dt binding doc
Diffstat (limited to 'board/dhelectronics/dh_stm32mp1/board.c')
-rw-r--r-- | board/dhelectronics/dh_stm32mp1/board.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/dhelectronics/dh_stm32mp1/board.c b/board/dhelectronics/dh_stm32mp1/board.c index f44afb01e27..67273f90992 100644 --- a/board/dhelectronics/dh_stm32mp1/board.c +++ b/board/dhelectronics/dh_stm32mp1/board.c @@ -607,9 +607,6 @@ int board_init(void) board_init_fmc2(); - if (CONFIG_IS_ENABLED(LED)) - led_default_state(); - return 0; } |