Skip to content

Commit 9eda7bf

Browse files
committed
arm64: dt: OP-TEE for FVP Base RevC
Configures FVP Base RevC with OP-TEE. With commit 1bf41f5d9b0d ("fvp: add Trusted Services support") in https://github.com/OP-TEE/build there is support for building running with the FVP Base RevC model. However, some updates to the DTB passed to the kernel is missing for the OP-TEE driver to be probed. So fix that by adding an OP-TEE node in the DTS. Signed-off-by: Jens Wiklander <[email protected]>
1 parent d0ab07c commit 9eda7bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/arm/fvp-base-revc.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
reg = <0x00000000 0x18000000 0 0x00800000>;
186186
no-map;
187187
};
188+
189+
optee@83000000 {
190+
reg = <0x00000000 0x83000000 0 0x01000000>;
191+
no-map;
192+
};
188193
};
189194

190195
gic: interrupt-controller@2f000000 {
@@ -320,4 +325,11 @@
320325
<0 0 44 &gic 0 0 GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
321326
<0 0 46 &gic 0 0 GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
322327
};
328+
329+
firmware {
330+
optee {
331+
compatible = "linaro,optee-tz";
332+
method = "smc";
333+
};
334+
};
323335
};

0 commit comments

Comments
 (0)