mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00: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:
parent
1cc8cc4e67
commit
fa830ae1e4
3 changed files with 12 additions and 0 deletions
|
@ -342,6 +342,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sandbox_tee {
|
||||||
|
compatible = "sandbox,tee";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "cros-ec-keyboard.dtsi"
|
#include "cros-ec-keyboard.dtsi"
|
||||||
|
|
|
@ -311,6 +311,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sandbox_tee {
|
||||||
|
compatible = "sandbox,tee";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "cros-ec-keyboard.dtsi"
|
#include "cros-ec-keyboard.dtsi"
|
||||||
|
|
|
@ -657,6 +657,10 @@
|
||||||
board {
|
board {
|
||||||
compatible = "sandbox,board_sandbox";
|
compatible = "sandbox,board_sandbox";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sandbox_tee {
|
||||||
|
compatible = "sandbox,tee";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "sandbox_pmic.dtsi"
|
#include "sandbox_pmic.dtsi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue