mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
09148b037f
commit
41f6d6639b
@@ -204,10 +204,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15810000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15820000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -231,10 +231,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15810000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15820000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -254,6 +254,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15820000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
crypto@15840000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
nvdla0@15880000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user