mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +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
(cherry picked from commit 41f6d6639b)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3244111
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
066def4143
commit
465ae11d59
@@ -208,10 +208,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
crypto@15810000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
crypto@15820000 {
|
crypto@15820000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -235,10 +235,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
crypto@15810000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
crypto@15820000 {
|
crypto@15820000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -255,6 +255,14 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
crypto@15820000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
crypto@15840000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
nvdla0@15880000 {
|
nvdla0@15880000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -721,7 +721,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
crypto@15820000 {
|
crypto@15820000 {
|
||||||
compatible = "nvidia,tegra234-se2-aes", "nvidia,tegra234-se-aes";
|
|
||||||
clock-names = "se";
|
clock-names = "se";
|
||||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
||||||
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
||||||
@@ -731,7 +730,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
crypto@15840000 {
|
crypto@15840000 {
|
||||||
compatible = "nvidia,tegra234-se4-hash", "nvidia,tegra234-se-hash";
|
|
||||||
clock-names = "se";
|
clock-names = "se";
|
||||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
||||||
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
||||||
|
|||||||
Reference in New Issue
Block a user