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 <timothee.cercueil@st.com>
  • Loading branch information
Timothée Cercueil authored and jforissier committed Jun 28, 2021
1 parent 13d9f99 commit e0ab2bb
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 e0ab2bb

Please sign in to comment.