]> Git Repo - J-u-boot.git/commit
sandbox: scmi: test against a single scmi agent
authorEtienne Carriere <[email protected]>
Mon, 21 Feb 2022 08:22:39 +0000 (09:22 +0100)
committerTom Rini <[email protected]>
Wed, 2 Mar 2022 22:42:06 +0000 (17:42 -0500)
commit41d62e2f275c44fd47bcd6d856608528006b082b
treeb107036ed760aef9c74c8cfffe236831aec6e875
parent4dea25a00d723425c8e2030a849af77b133dfaa1
sandbox: scmi: test against a single scmi agent

As per DT bindings since Linux kernel v5.14, the device tree can define
only 1 SCMI agent node that is named scmi [1]. As a consequence, change
implementation of the SCMI driver test through sandbox architecture to
reflect that.

This change updates sandbox test DT and sandbox SCMI driver accordingly
since all these are impacted.

Cc: Simon Glass <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/scmi_test.h
drivers/firmware/scmi/sandbox-scmi_agent.c
drivers/firmware/scmi/sandbox-scmi_devices.c
test/dm/scmi.c
This page took 0.031662 seconds and 4 git commands to generate.