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]>
[jf: rebase onto v5.17]
Signed-off-by: Jerome Forissier <[email protected]>
  • Loading branch information
Timothée Cercueil authored and jforissier committed Apr 4, 2022
1 parent 29258f7 commit 17edde0
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 @@ -397,3 +397,7 @@
st,tune-hs-rx-offset = <2>;
st,no-lsfs-sc;
};

&optee {
status = "okay";
};

0 comments on commit 17edde0

Please sign in to comment.