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>
status = "okay";
};
};
+
+ sandbox_tee {
+ compatible = "sandbox,tee";
+ };
};
#include "cros-ec-keyboard.dtsi"
};
};
};
+
+ sandbox_tee {
+ compatible = "sandbox,tee";
+ };
};
#include "cros-ec-keyboard.dtsi"
board {
compatible = "sandbox,board_sandbox";
};
+
+ sandbox_tee {
+ compatible = "sandbox,tee";
+ };
};
#include "sandbox_pmic.dtsi"