Skip to content

Commit bb2b11d

Browse files
Timothée Cercueiljforissier
authored andcommitted
stm32mp157c-ev1.dts: Fix optee status to 'okay'
The optee device status is disabled by default, change its status to 'okay' in the dts of the EV1 board Signed-off-by: Timothée Cercueil <[email protected]>
1 parent 1c7ecd8 commit bb2b11d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/stm32mp157c-ev1.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,7 @@
375375
&usbphyc {
376376
status = "okay";
377377
};
378+
379+
&optee {
380+
status = "okay";
381+
};

0 commit comments

Comments
 (0)