[PATCH v3 1/2] sandbox, test: add test for GPIO_HOG function
Simon Glass
sjg at chromium.org
Wed Feb 5 18:59:04 CET 2020
On Tue, 4 Feb 2020 at 23:20, Heiko Schocher <hs at denx.de> wrote:
>
> currently gpio hog function is not tested with "ut dm gpio"
> so add some basic tests for gpio hog functionality.
>
> For this enable GPIO_HOG in sandbox_defconfig, add
> in DTS some gpio hog entries, and add testcase in
> "ut dm gpio" command.
>
> Signed-off-by: Heiko Schocher <hs at denx.de>
>
> ---
>
> Changes in v3: None
> Changes in v2:
> - add basic gpio hog test functions
>
> arch/sandbox/dts/test.dts | 24 ++++++++++++++++++++++++
> configs/sandbox64_defconfig | 1 +
> configs/sandbox_defconfig | 1 +
> configs/sandbox_flattree_defconfig | 1 +
> configs/sandbox_spl_defconfig | 1 +
> test/dm/gpio.c | 23 +++++++++++++++++++++++
> 6 files changed, 51 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list