t23x: dts: enable crypto for Orin NX/Nano

Enable crypto accelerators for Orin NX/Nano.

Additionally:

1. Remove the compatibles "nvidia,tegra234-se2-aes" and
   "nvidia,tegra234-se4-hash" since the OOT crypto modules
   are now aligned with upstream.

2. Remove reference to crypto@15810000 since it is not valid.

Bug 4883011

Change-Id: I075c54a194ec46dd2727067fc35b9891ef934770
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3241042
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
Brad Griffis
2024-11-01 00:50:08 +00:00
committed by mobile promotions
parent 09148b037f
commit 41f6d6639b
4 changed files with 8 additions and 10 deletions

View File

@@ -204,10 +204,6 @@
status = "okay";
};
crypto@15810000 {
status = "okay";
};
crypto@15820000 {
status = "okay";
};

View File

@@ -231,10 +231,6 @@
status = "okay";
};
crypto@15810000 {
status = "okay";
};
crypto@15820000 {
status = "okay";
};

View File

@@ -254,6 +254,14 @@
status = "okay";
};
crypto@15820000 {
status = "okay";
};
crypto@15840000 {
status = "okay";
};
nvdla0@15880000 {
status = "okay";
};

View File

@@ -637,7 +637,6 @@
};
crypto@15820000 {
compatible = "nvidia,tegra234-se2-aes", "nvidia,tegra234-se-aes";
clock-names = "se";
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
@@ -647,7 +646,6 @@
};
crypto@15840000 {
compatible = "nvidia,tegra234-se4-hash", "nvidia,tegra234-se-hash";
clock-names = "se";
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;