diff mbox series

[U-Boot,u-boot-marvell,v2,10/12] board: turris_mox: Add gpio command to defconfig

Message ID 20180817105902.10692-11-marek.behun@nic.cz
State Changes Requested
Delegated to: Stefan Roese
Headers show
Series Updates for Turris Mox | expand

Commit Message

Marek BehĂșn Aug. 17, 2018, 10:59 a.m. UTC
This can be used to detect whether the button is pressed or light LEDs.

Signed-off-by: Marek Behun <marek.behun@nic.cz>
---
 configs/turris_mox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese Sept. 19, 2018, 12:24 p.m. UTC | #1
On 17.08.2018 12:59, Marek BehĂșn wrote:
> This can be used to detect whether the button is pressed or light LEDs.
> 
> Signed-off-by: Marek Behun <marek.behun@nic.cz>
> ---
>   configs/turris_mox_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index fb4192df56..cc28a1fe95 100644
> --- a/configs/turris_mox_defconfig
> +++ b/configs/turris_mox_defconfig
> @@ -16,6 +16,7 @@ CONFIG_ARCH_EARLY_INIT_R=y
>   CONFIG_OF_BOARD_FIXUP=y
>   CONFIG_OF_BOARD_SETUP=y
>   CONFIG_CMD_CLK=y
> +CONFIG_CMD_GPIO=y
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_I2C=y
>   CONFIG_CMD_MMC=y
> 

This patch does not apply currently. I'm skipping it from this
series for now. I'm currently pushing my Marvell branch upstream
and would like to get the first batch of patches accepted. After
Tom has pulled these patches, please rebase on top of this new
master.

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index fb4192df56..cc28a1fe95 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -16,6 +16,7 @@  CONFIG_ARCH_EARLY_INIT_R=y
 CONFIG_OF_BOARD_FIXUP=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_CMD_CLK=y
+CONFIG_CMD_GPIO=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y