test: Add tests for the extcon
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Apr 2023 07:57:21 +0000 (10:57 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 2 May 2023 18:23:58 +0000 (14:23 -0400)
commit8b215e10fe585907be8b6a0babad2923f6cf4da2
tree8b49a7d57a378831964589d015f57b242a7feeb2
parent5f650fa6ad5d31ef5d8c332be0991bd730f552d4
test: Add tests for the extcon

Provide tests to the simple extcon device.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/extcon.c [new file with mode: 0644]