From d3df85c64a0db43b4c342672f01fd80dc400e101 Mon Sep 17 00:00:00 2001 From: Vedant Deshpande Date: Wed, 10 Jul 2024 21:09:27 +0000 Subject: [PATCH] nv-soc: Rename security engine nodes Renamed the se node to crypto to maintain synchronization with upstream changes. Also, updated compatible property to maintain synchronization. Bug 4707773 Change-Id: Ia08f08a3bdffd22eafdc274f0443e29eb6ef401d Signed-off-by: Vedant Deshpande Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3172699 GVS: buildbot_gerritrpt Reviewed-by: Jon Hunter Reviewed-by: Brad Griffis Reviewed-by: svcacv Tested-by: Brad Griffis --- nv-soc/tegra234-soc-overlay.dtsi | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/nv-soc/tegra234-soc-overlay.dtsi b/nv-soc/tegra234-soc-overlay.dtsi index 1cf6e45..a40d9b6 100644 --- a/nv-soc/tegra234-soc-overlay.dtsi +++ b/nv-soc/tegra234-soc-overlay.dtsi @@ -636,14 +636,9 @@ status = "disabled"; }; - se@15820000 { - compatible = "nvidia,tegra234-se2-aes"; - reg = <0x0 0x15820000 0x0 0x10000>; - clocks = <&bpmp TEGRA234_CLK_SE>; + crypto@15820000 { + compatible = "nvidia,tegra234-se2-aes", "nvidia,tegra234-se-aes"; clock-names = "se"; - - iommus = <&smmu_niso1 TEGRA234_SID_SES_SE1>; - dma-coherent; interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>, <&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>; interconnect-names = "read", "write"; @@ -651,14 +646,9 @@ status = "disabled"; }; - se@15840000 { - compatible = "nvidia,tegra234-se4-hash"; - reg = <0x0 0x15840000 0x0 0x10000>; - clocks = <&bpmp TEGRA234_CLK_SE>; + crypto@15840000 { + compatible = "nvidia,tegra234-se4-hash", "nvidia,tegra234-se-hash"; clock-names = "se"; - - iommus = <&smmu_niso1 TEGRA234_SID_SES_SE2>; - dma-coherent; interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>, <&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>; interconnect-names = "read", "write";