]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: cmd: Add simple test for i3c
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:33 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:41:52 +0000 (08:41 +0200)
commit9e014408c15d1c54cf49a1be93a14a9a9a224941
treeb2f12ac7494974f01dcb125664f75be1fb561f9e
parentb875409da7370a9dc4e1abbaf40fa33c6717e854
test: cmd: Add simple test for i3c

Add simple test to check i3c controller defined in sandbox test DT.
Basically, this test case will check validity of the i3c controller
by probing it and perform basic commands of cmd/i3c.c

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
test/cmd/Makefile
test/cmd/i3c.c [new file with mode: 0644]