sandbox: dt: add sandbox_tee node
authorJens Wiklander <jens.wiklander@linaro.org>
Tue, 25 Sep 2018 14:40:16 +0000 (16:40 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 7 Oct 2018 14:48:26 +0000 (10:48 -0400)
Adds a sandbox_tee node to enable the sandbox tee driver in all the
sandbox dts files.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox64.dts
arch/sandbox/dts/test.dts

index 1aa0f8e..48db781 100644 (file)
                        status = "okay";
                };
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "cros-ec-keyboard.dtsi"
index 9e65d2f..0e32fda 100644 (file)
                        };
                };
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "cros-ec-keyboard.dtsi"
index 491f889..ad94901 100644 (file)
        board {
                compatible = "sandbox,board_sandbox";
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "sandbox_pmic.dtsi"