mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
patch: u-boot: Enabled power led on H5 boards
This commit is contained in:
@@ -6,8 +6,8 @@ index 827e545032..7d343a93b2 100644
|
||||
status_led_init();
|
||||
#endif
|
||||
|
||||
+#ifdef CONFIG_MACH_SUN8I_H3
|
||||
+ /* turn on power LED (PL10) on H3 boards */
|
||||
+#ifdef CONFIG_MACH_SUNXI_H3_H5
|
||||
+ /* turn on power LED (PL10) on H3 and H5 boards */
|
||||
+ gpio_direction_output(SUNXI_GPL(10), 1);
|
||||
+#endif
|
||||
+
|
||||
Reference in New Issue
Block a user