commit | 1741e18737948c140ccc4cc643e8126d95ee6e79 | [log] [tgz] |
---|---|---|
author | Dipen Patel <dipenp@nvidia.com> | Fri Sep 11 19:26:45 2020 -0700 |
committer | Thierry Reding <treding@nvidia.com> | Wed Nov 25 15:24:28 2020 +0100 |
tree | 4a69456348754bd01a51f6c11d06495e979c05ea | |
parent | f24a2acc15bcc7bbd295f9759efc873b88fbe429 [diff] |
arm64: tegra: Wrong AON HSP reg property size The AON HSP node's "reg" property size 0xa0000 will overlap with other resources. This patch fixes that wrong value with correct size 0x90000. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Dipen Patel <dipenp@nvidia.com> Fixes: a38570c22e9d ("arm64: tegra: Add nodes for TCU on Tegra194") Signed-off-by: Thierry Reding <treding@nvidia.com>