mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
sandbox: dt: add sandbox_tee node
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>
This commit is contained in:
@@ -342,6 +342,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
sandbox_tee {
|
||||
compatible = "sandbox,tee";
|
||||
};
|
||||
};
|
||||
|
||||
#include "cros-ec-keyboard.dtsi"
|
||||
|
@@ -311,6 +311,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sandbox_tee {
|
||||
compatible = "sandbox,tee";
|
||||
};
|
||||
};
|
||||
|
||||
#include "cros-ec-keyboard.dtsi"
|
||||
|
@@ -657,6 +657,10 @@
|
||||
board {
|
||||
compatible = "sandbox,board_sandbox";
|
||||
};
|
||||
|
||||
sandbox_tee {
|
||||
compatible = "sandbox,tee";
|
||||
};
|
||||
};
|
||||
|
||||
#include "sandbox_pmic.dtsi"
|
||||
|
Reference in New Issue
Block a user