Skip to content

Commit

Permalink
stm32mp157c-ev1.dts: Fix optee status to 'okay'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Timothée Cercueil authored and jforissier committed Sep 27, 2021
1 parent 1c7ecd8 commit bb2b11d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp157c-ev1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,7 @@
&usbphyc {
status = "okay";
};

&optee {
status = "okay";
};

0 comments on commit bb2b11d

Please sign in to comment.