Re: [PATCH v6 5/5] test: add a simple test for the adc-keys button driver

2021-02-18 Thread Neil Armstrong
Hi Marek, On 11/02/2021 09:47, Marek Szyprowski wrote: > Add adc-keys device to the sandbox/test.dts and connect it to the channel > #3 of the sandbox_adc driver. The default values sampled by sandbox_adc > driver determines that button3 and button4 are released and button5 is > pressed. > > Sign

Re: [PATCH v6 5/5] test: add a simple test for the adc-keys button driver

2021-02-17 Thread Simon Glass
On Thu, 11 Feb 2021 at 01:48, Marek Szyprowski wrote: > > Add adc-keys device to the sandbox/test.dts and connect it to the channel > #3 of the sandbox_adc driver. The default values sampled by sandbox_adc > driver determines that button3 and button4 are released and button5 is > pressed. > > Sign

Re: [PATCH v6 5/5] test: add a simple test for the adc-keys button driver

2021-02-11 Thread Heinrich Schuchardt
On 11.02.21 09:47, Marek Szyprowski wrote: > Add adc-keys device to the sandbox/test.dts and connect it to the channel > #3 of the sandbox_adc driver. The default values sampled by sandbox_adc > driver determines that button3 and button4 are released and button5 is > pressed. > > Signed-off-by: Mar

[PATCH v6 5/5] test: add a simple test for the adc-keys button driver

2021-02-11 Thread Marek Szyprowski
Add adc-keys device to the sandbox/test.dts and connect it to the channel #3 of the sandbox_adc driver. The default values sampled by sandbox_adc driver determines that button3 and button4 are released and button5 is pressed. Signed-off-by: Marek Szyprowski --- arch/sandbox/dts/test.dts | 24 +++