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 1aa0f8eef53a7c03ef535679c61badda229fd4ee..48db7818d706a523f067aec072dd5f6020ac5da4 100644 (file)
                        status = "okay";
                };
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "cros-ec-keyboard.dtsi"
index 9e65d2fda3d3eadfff3a303801ee17bb1b0854d9..0e32fdad9d81bdaff6365f4ac05c25c2d9506e0f 100644 (file)
                        };
                };
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "cros-ec-keyboard.dtsi"
index 491f889f3b9cd04c4c8f5f630652311805103163..ad94901fa18304a281d216094e4f0799f02ea9ea 100644 (file)
        board {
                compatible = "sandbox,board_sandbox";
        };
+
+       sandbox_tee {
+               compatible = "sandbox,tee";
+       };
 };
 
 #include "sandbox_pmic.dtsi"