Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uboot-mediatek: fix factory/reset button | Daniel Golle | 2023-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | U-Boot commit ea6fdc13595 ("dm: button: add support for linux_code in button-gpio.c driver") makes it mandatory to specify linux,code for all buttons. As that broke handling of the reset button in U-Boot with the update to U-Boot 2023.04, add linux,code for all butons. Reported-by: @DragonBluep Fixes: 50f7c5af4a ("uboot-mediatek: update to v2023.04") Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | uboot-mediatek: fix and make use of LEDs on BPi-R2 | Daniel Golle | 2021-09-30 | 1 | -0/+25 |
Fix BPi-R2 GPIO LEDs to indicate boot into production or recovery firmware in DTS and define them in default environment. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |