diff mbox series

[U-Boot,2/2] rockchip: rk3368: add the missing target and pinctrl config for sheep board

Message ID 1504528378-20801-1-git-send-email-andy.yan@rock-chips.com
State Accepted
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot,1/2] rockchip: rk3368: add ENV_MEM_LAYOUT to extra env settings | expand

Commit Message

Andy Yan Sept. 4, 2017, 12:32 p.m. UTC
Add the missing target and pinctrl config for rk3368 sheep board

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 configs/sheep-rk3368_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Sept. 9, 2017, 4:51 a.m. UTC | #1
On 4 September 2017 at 06:32, Andy Yan <andy.yan@rock-chips.com> wrote:
> Add the missing target and pinctrl config for rk3368 sheep board
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> ---
>
>  configs/sheep-rk3368_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Philipp Tomsich Sept. 12, 2017, 11:03 a.m. UTC | #2
> Add the missing target and pinctrl config for rk3368 sheep board
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  configs/sheep-rk3368_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Sept. 12, 2017, 1:56 p.m. UTC | #3
> Add the missing target and pinctrl config for rk3368 sheep board
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/sheep-rk3368_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied to u-boot-rockchip, thanks!
Philipp Tomsich Sept. 12, 2017, 3:47 p.m. UTC | #4
> Add the missing target and pinctrl config for rk3368 sheep board
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/sheep-rk3368_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
diff mbox series

Patch

diff --git a/configs/sheep-rk3368_defconfig b/configs/sheep-rk3368_defconfig
index da6b93a..b00ca47 100644
--- a/configs/sheep-rk3368_defconfig
+++ b/configs/sheep-rk3368_defconfig
@@ -2,6 +2,7 @@  CONFIG_ARM=y
 CONFIG_ARCH_ROCKCHIP=y
 CONFIG_SYS_MALLOC_F_LEN=0x1000
 CONFIG_ROCKCHIP_RK3368=y
+CONFIG_TARGET_SHEEP=y
 CONFIG_DEFAULT_DEVICE_TREE="rk3368-sheep"
 CONFIG_DEBUG_UART=y
 CONFIG_ENV_IS_NOWHERE=y
@@ -16,6 +17,7 @@  CONFIG_CLK=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_ROCKCHIP=y
 CONFIG_PINCTRL=y
+CONFIG_PINCTRL_ROCKCHIP_RK3368=y
 CONFIG_RAM=y
 CONFIG_DEBUG_UART_BASE=0xFF1b0000
 CONFIG_DEBUG_UART_CLOCK=24000000