From 550cab93e553377dcbfdc51a55c50d456e5be5e2 Mon Sep 17 00:00:00 2001 From: Akhil R Date: Sun, 24 Sep 2023 20:12:30 +0530 Subject: [PATCH] overlay: soc: Update Tegra SE compatible Update Tegra SE compatible to support the new driver instead of tegra-se-nvhost driver. Bug 4221414 Bug 3579794 Signed-off-by: Akhil R Change-Id: I8534daf772b1f0a514d691ad068ea9891fc1400b Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2984420 Reviewed-by: Bitan Biswas GVS: Gerrit_Virtual_Submit --- overlay/tegra234-soc-overlay.dtsi | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/overlay/tegra234-soc-overlay.dtsi b/overlay/tegra234-soc-overlay.dtsi index 3de0b70..9df07f5 100644 --- a/overlay/tegra234-soc-overlay.dtsi +++ b/overlay/tegra234-soc-overlay.dtsi @@ -593,29 +593,9 @@ status = "disabled"; }; - se@15810000 { - compatible = "nvidia,tegra234-se1-nvhost"; - reg = <0x0 0x15810000 0x0 0x10000>; - supported-algos = "drbg"; - nvidia,io-coherent; - opcode_addr = <0x1004>; - clocks = <&bpmp TEGRA234_CLK_SE>; - clock-names = "se"; - - iommus = <&smmu_niso1 TEGRA234_SID_SES_SE0>; - dma-coherent; - interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>, - <&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>; - interconnect-names = "read", "write"; - status = "disabled"; - }; - se@15820000 { - compatible = "nvidia,tegra234-se2-nvhost"; + compatible = "nvidia,tegra234-se2-aes"; reg = <0x0 0x15820000 0x0 0x10000>; - supported-algos = "aes", "cmac", "xts", "aead"; - nvidia,io-coherent; - opcode_addr = <0x2004>; clocks = <&bpmp TEGRA234_CLK_SE>; clock-names = "se"; @@ -629,11 +609,8 @@ }; se@15840000 { - compatible = "nvidia,tegra234-se4-nvhost"; + compatible = "nvidia,tegra234-se4-hash"; reg = <0x0 0x15840000 0x0 0x10000>; - supported-algos = "sha", "sha3", "hmac"; - nvidia,io-coherent; - opcode_addr = <0x4004>; clocks = <&bpmp TEGRA234_CLK_SE>; clock-names = "se";