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 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";
|
||||
};
|
||||
|
||||
se@15820000 {
|
||||
compatible = "nvidia,tegra234-se2-aes";
|
||||
reg = <0x0 0x15820000 0x0 0x10000>;
|
||||
clocks = <&bpmp TEGRA234_CLK_SE>;
|
||||
crypto@15820000 {
|
||||
compatible = "nvidia,tegra234-se2-aes", "nvidia,tegra234-se-aes";
|
||||
clock-names = "se";
|
||||
|
||||
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE1>;
|
||||
dma-coherent;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
||||
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
||||
interconnect-names = "read", "write";
|
||||
@@ -651,14 +646,9 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
se@15840000 {
|
||||
compatible = "nvidia,tegra234-se4-hash";
|
||||
reg = <0x0 0x15840000 0x0 0x10000>;
|
||||
clocks = <&bpmp TEGRA234_CLK_SE>;
|
||||
crypto@15840000 {
|
||||
compatible = "nvidia,tegra234-se4-hash", "nvidia,tegra234-se-hash";
|
||||
clock-names = "se";
|
||||
|
||||
iommus = <&smmu_niso1 TEGRA234_SID_SES_SE2>;
|
||||
dma-coherent;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_SESRD &emc>,
|
||||
<&mc TEGRA234_MEMORY_CLIENT_SESWR &emc>;
|
||||
interconnect-names = "read", "write";
|
||||
|
||||
Reference in New Issue
Block a user