Re: [PATCH] configs: sandbox64: Enable BUTTON_ADC driver

2023-08-20 Thread Simon Glass
On Sat, 12 Aug 2023 at 21:06, Marek Vasut
 wrote:
>
> Align the sandbox64 defconfig with sandbox defconfig. Enable missing
> BUTTON ADC driver. This fixes ut_dm_dm_test_button_keys_adc test .
>
> Signed-off-by: Marek Vasut 
> ---
> Cc: Simon Glass 
> ---
>  configs/sandbox64_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass 

As Tom mentioned there is likely not that much reason to have as many
differences between the sandbox configs as we do...so you could do a
bulk meld if it is easier.

Applied to u-boot-dm, thanks!


Re: [PATCH] configs: sandbox64: Enable BUTTON_ADC driver

2023-08-13 Thread Simon Glass
On Sat, 12 Aug 2023 at 21:06, Marek Vasut
 wrote:
>
> Align the sandbox64 defconfig with sandbox defconfig. Enable missing
> BUTTON ADC driver. This fixes ut_dm_dm_test_button_keys_adc test .
>
> Signed-off-by: Marek Vasut 
> ---
> Cc: Simon Glass 
> ---
>  configs/sandbox64_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass 

As Tom mentioned there is likely not that much reason to have as many
differences between the sandbox configs as we do...so you could do a
bulk meld if it is easier.


[PATCH] configs: sandbox64: Enable BUTTON_ADC driver

2023-08-12 Thread Marek Vasut
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
BUTTON ADC driver. This fixes ut_dm_dm_test_button_keys_adc test .

Signed-off-by: Marek Vasut 
---
Cc: Simon Glass 
---
 configs/sandbox64_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index 28badf60ce5..b15b2cf099f 100644
--- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig
@@ -124,6 +124,7 @@ CONFIG_SYS_ATA_REG_OFFSET=1
 CONFIG_SYS_ATA_ALT_OFFSET=2
 CONFIG_SYS_ATA_IDE0_OFFSET=0
 CONFIG_BUTTON=y
+CONFIG_BUTTON_ADC=y
 CONFIG_BUTTON_GPIO=y
 CONFIG_CLK=y
 CONFIG_CLK_K210=y
-- 
2.40.1