]> git.ipfire.org Git - thirdparty/u-boot.git/commit
drivers: i3c: Add i3c sandbox simple test.
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:29 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:40:44 +0000 (08:40 +0200)
commitca4c92cbffff17ca071774feba849db1b6319220
tree33861f56c2a7c19fce0f4b403845091d031b039f
parent03caa3769a7cc5fc5b13af5f7221e258df3c33b1
drivers: i3c: Add i3c sandbox simple test.

Add s simple test for the I3C uclass in sandbox.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
arch/sandbox/dts/test.dts
drivers/i3c/Kconfig
drivers/i3c/Makefile
drivers/i3c/sandbox_i3c.c [new file with mode: 0644]
test/dm/Makefile
test/dm/i3c.c [new file with mode: 0644]