Skip to content

Commit 5018f2f

Browse files
Timothée Cercueiljforissier
Timothée Cercueil
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]> [jf: rebase onto v5.17] Signed-off-by: Jerome Forissier <[email protected]>
1 parent 07f6871 commit 5018f2f

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
@@ -397,3 +397,7 @@
397397
st,tune-hs-rx-offset = <2>;
398398
st,no-lsfs-sc;
399399
};
400+
401+
&optee {
402+
status = "okay";
403+
};

0 commit comments

Comments
 (0)