* [PATCH] rockchip: rockpro64: enable leds
@ 2022-06-12 13:52 Peter Robinson
2022-06-29 3:00 ` Kever Yang
0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2022-06-12 13:52 UTC (permalink / raw)
To: Akash Gajjar, Jagan Teki, Kever Yang, u-boot; +Cc: Peter Robinson
The Rockpro64 has some GPIO leds so let's enable them so the
user gets some output in early boot.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
configs/rockpro64-rk3399_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
index e6f7a8469a3..b0c3527fab0 100644
--- a/configs/rockpro64-rk3399_defconfig
+++ b/configs/rockpro64-rk3399_defconfig
@@ -42,6 +42,8 @@ CONFIG_AHCI_PCI=y
CONFIG_SATA_SIL=y
CONFIG_ROCKCHIP_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
+CONFIG_LED=y
+CONFIG_LED_GPIO=y
CONFIG_MISC=y
CONFIG_ROCKCHIP_EFUSE=y
CONFIG_MMC_DW=y
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rockchip: rockpro64: enable leds
2022-06-12 13:52 [PATCH] rockchip: rockpro64: enable leds Peter Robinson
@ 2022-06-29 3:00 ` Kever Yang
0 siblings, 0 replies; 2+ messages in thread
From: Kever Yang @ 2022-06-29 3:00 UTC (permalink / raw)
To: Peter Robinson, Akash Gajjar, Jagan Teki, u-boot
On 2022/6/12 21:52, Peter Robinson wrote:
> The Rockpro64 has some GPIO leds so let's enable them so the
> user gets some output in early boot.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
> ---
> configs/rockpro64-rk3399_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
> index e6f7a8469a3..b0c3527fab0 100644
> --- a/configs/rockpro64-rk3399_defconfig
> +++ b/configs/rockpro64-rk3399_defconfig
> @@ -42,6 +42,8 @@ CONFIG_AHCI_PCI=y
> CONFIG_SATA_SIL=y
> CONFIG_ROCKCHIP_GPIO=y
> CONFIG_SYS_I2C_ROCKCHIP=y
> +CONFIG_LED=y
> +CONFIG_LED_GPIO=y
> CONFIG_MISC=y
> CONFIG_ROCKCHIP_EFUSE=y
> CONFIG_MMC_DW=y
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-29 3:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-12 13:52 [PATCH] rockchip: rockpro64: enable leds Peter Robinson
2022-06-29 3:00 ` Kever Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox