commit | 4508abfc4ce833e27304ea04c380db9d5805478c | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri May 22 11:08:58 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 05 08:06:09 2020 -0400 |
tree | 7a276566b545e1a8df7f2113d67baaace3c5b2e8 | |
parent | aa914cd875b1d100b069f6be3e591a31962a3429 [diff] |
sandbox, test: add test for GPIO_HOG function 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@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>