瀏覽代碼

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>
Jens Wiklander 6 年之前
父節點
當前提交
fa830ae1e4
共有 3 個文件被更改,包括 12 次插入0 次删除
  1. 4 0
      arch/sandbox/dts/sandbox.dts
  2. 4 0
      arch/sandbox/dts/sandbox64.dts
  3. 4 0
      arch/sandbox/dts/test.dts

+ 4 - 0
arch/sandbox/dts/sandbox.dts

@@ -342,6 +342,10 @@
 			status = "okay";
 		};
 	};
+
+	sandbox_tee {
+		compatible = "sandbox,tee";
+	};
 };
 
 #include "cros-ec-keyboard.dtsi"

+ 4 - 0
arch/sandbox/dts/sandbox64.dts

@@ -311,6 +311,10 @@
 			};
 		};
 	};
+
+	sandbox_tee {
+		compatible = "sandbox,tee";
+	};
 };
 
 #include "cros-ec-keyboard.dtsi"

+ 4 - 0
arch/sandbox/dts/test.dts

@@ -657,6 +657,10 @@
 	board {
 		compatible = "sandbox,board_sandbox";
 	};
+
+	sandbox_tee {
+		compatible = "sandbox,tee";
+	};
 };
 
 #include "sandbox_pmic.dtsi"