aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorAKASHI Takahiro2023-10-11 19:07:05 +0900
committerTom Rini2023-10-13 16:59:24 -0400
commit8c5def59e8059d304ff049f546a1dcb77644fe87 (patch)
tree6b102d9b641f7c9f63e40dd1f4d070e403205746 /arch/sandbox/dts
parent7eb4eb541c14dbec05a7b7ba4ceb34f96f93d47f (diff)
sandbox: remove SCMI base node definition from test.dts
SCMI base protocol is mandatory and doesn't need to be listed in a device tree. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 50c8715f769..c0ed2d83f3d 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -732,10 +732,6 @@
#address-cells = <1>;
#size-cells = <0>;
- protocol@10 {
- reg = <0x10>;
- };
-
clk_scmi: protocol@14 {
reg = <0x14>;
#clock-cells = <1>;