From: AKASHI Takahiro Date: Wed, 11 Oct 2023 10:07:05 +0000 (+0900) Subject: sandbox: remove SCMI base node definition from test.dts X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=8c5def59e8059d304ff049f546a1dcb77644fe87;p=u-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Etienne Carriere --- diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 50c8715f76..c0ed2d83f3 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>;