diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-08-11 17:03:43 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-08-28 20:33:15 +0100 |
commit | 06c4fc6d5e1eea00e6a3ea208102407408590af8 (patch) | |
tree | fbf4ce064e4b710ad1dc932cac806f88229bb5f3 /target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch | |
parent | a1c5ca82ff73e1527c765b47245813e0d75a82bf (diff) | |
download | upstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.tar.gz upstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.tar.bz2 upstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.zip |
kernel: enable inside secure driver for MediaTek platforms
Older MT7623 ARMv7 SoC as well as new Filogic platforms come with
inside-secure,safexcel-eip97 units. Enable them in DTS and select the
driver kernel module by default on those platforms.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch')
-rw-r--r-- | target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch b/target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch index a443404fff..5b63bf4226 100644 --- a/target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch +++ b/target/linux/mediatek/patches-5.15/150-dts-mt7623-eip97-inside-secure-support.patch @@ -1,6 +1,6 @@ --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi -@@ -951,17 +951,14 @@ +@@ -951,17 +951,15 @@ }; crypto: crypto@1b240000 { @@ -18,6 +18,7 @@ - clock-names = "cryp"; - power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>; - status = "disabled"; ++ status = "okay"; }; bdpsys: syscon@1c000000 { |