mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +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 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Tested-by: Brad Griffis <bgriffis@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5c1e11f1bc
commit
d3df85c64a
@@ -636,14 +636,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";
|
||||||
@@ -651,14 +646,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