mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 <vedantd@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3172699
(cherry picked from commit d3df85c64a)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3177117
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-by: Akhil R <akhilrajeev@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4c91deca44
commit
b39a684d94
@@ -698,14 +698,9 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
se@15820000 {
|
crypto@15820000 {
|
||||||
compatible = "nvidia,tegra234-se2-aes";
|
compatible = "nvidia,tegra234-se2-aes", "nvidia,tegra234-se-aes";
|
||||||
reg = <0x0 0x15820000 0x0 0x10000>;
|
|
||||||
clocks = <&bpmp TEGRA234_CLK_SE>;
|
|
||||||
clock-names = "se";
|
clock-names = "se";
|
||||||
|
|
||||||
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE1>;
|
|
||||||
dma-coherent;
|
|
||||||
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>;
|
||||||
interconnect-names = "read", "write";
|
interconnect-names = "read", "write";
|
||||||
@@ -713,14 +708,9 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
se@15840000 {
|
crypto@15840000 {
|
||||||
compatible = "nvidia,tegra234-se4-hash";
|
compatible = "nvidia,tegra234-se4-hash", "nvidia,tegra234-se-hash";
|
||||||
reg = <0x0 0x15840000 0x0 0x10000>;
|
|
||||||
clocks = <&bpmp TEGRA234_CLK_SE>;
|
|
||||||
clock-names = "se";
|
clock-names = "se";
|
||||||
|
|
||||||
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE2>;
|
|
||||||
dma-coherent;
|
|
||||||
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>;
|
||||||
interconnect-names = "read", "write";
|
interconnect-names = "read", "write";
|
||||||
|
|||||||
Reference in New Issue
Block a user