All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rockchip: rockpro64: enable DM_KEYBOARD
@ 2020-05-26 16:18 Marcin Juszkiewicz
  2020-05-29 10:07 ` Kever Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2020-05-26 16:18 UTC (permalink / raw)
  To: u-boot

USB stack uses DM so DM_KEYBOARD is needed to get USB keyboard working.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 configs/rockpro64-rk3399_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git configs/rockpro64-rk3399_defconfig configs/rockpro64-rk3399_defconfig
index 9d4343a5a7..a511c60d13 100644
--- configs/rockpro64-rk3399_defconfig
+++ configs/rockpro64-rk3399_defconfig
@@ -28,6 +28,7 @@ CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_ROCKCHIP_GPIO=y
 CONFIG_SYS_I2C_ROCKCHIP=y
+CONFIG_DM_KEYBOARD=y
 CONFIG_MISC=y
 CONFIG_ROCKCHIP_EFUSE=y
 CONFIG_MMC_DW=y
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] rockchip: rockpro64: enable DM_KEYBOARD
  2020-05-26 16:18 [PATCH] rockchip: rockpro64: enable DM_KEYBOARD Marcin Juszkiewicz
@ 2020-05-29 10:07 ` Kever Yang
  2020-06-01  0:55   ` Kever Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Kever Yang @ 2020-05-29 10:07 UTC (permalink / raw)
  To: u-boot


On 2020/5/27 ??12:18, Marcin Juszkiewicz wrote:
> USB stack uses DM so DM_KEYBOARD is needed to get USB keyboard working.
>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   configs/rockpro64-rk3399_defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git configs/rockpro64-rk3399_defconfig configs/rockpro64-rk3399_defconfig
> index 9d4343a5a7..a511c60d13 100644
> --- configs/rockpro64-rk3399_defconfig
> +++ configs/rockpro64-rk3399_defconfig
> @@ -28,6 +28,7 @@ CONFIG_ENV_IS_IN_MMC=y
>   CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>   CONFIG_ROCKCHIP_GPIO=y
>   CONFIG_SYS_I2C_ROCKCHIP=y
> +CONFIG_DM_KEYBOARD=y
>   CONFIG_MISC=y
>   CONFIG_ROCKCHIP_EFUSE=y
>   CONFIG_MMC_DW=y

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] rockchip: rockpro64: enable DM_KEYBOARD
  2020-05-29 10:07 ` Kever Yang
@ 2020-06-01  0:55   ` Kever Yang
  0 siblings, 0 replies; 3+ messages in thread
From: Kever Yang @ 2020-06-01  0:55 UTC (permalink / raw)
  To: u-boot


On 2020/5/29 ??6:07, Kever Yang wrote:
>
> On 2020/5/27 ??12:18, Marcin Juszkiewicz wrote:
>> USB stack uses DM so DM_KEYBOARD is needed to get USB keyboard working.
>>
>> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Applied to u-boot-rockchip master.

Thanks,
- Kever
>
> Thanks,
> - Kever
>> ---
>> ? configs/rockpro64-rk3399_defconfig | 1 +
>> ? 1 file changed, 1 insertion(+)
>>
>> diff --git configs/rockpro64-rk3399_defconfig 
>> configs/rockpro64-rk3399_defconfig
>> index 9d4343a5a7..a511c60d13 100644
>> --- configs/rockpro64-rk3399_defconfig
>> +++ configs/rockpro64-rk3399_defconfig
>> @@ -28,6 +28,7 @@ CONFIG_ENV_IS_IN_MMC=y
>> ? CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>> ? CONFIG_ROCKCHIP_GPIO=y
>> ? CONFIG_SYS_I2C_ROCKCHIP=y
>> +CONFIG_DM_KEYBOARD=y
>> ? CONFIG_MISC=y
>> ? CONFIG_ROCKCHIP_EFUSE=y
>> ? CONFIG_MMC_DW=y
>
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-01  0:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 16:18 [PATCH] rockchip: rockpro64: enable DM_KEYBOARD Marcin Juszkiewicz
2020-05-29 10:07 ` Kever Yang
2020-06-01  0:55   ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.