Skip to content

Commit 1741e18

Browse files
pateldipen1984-nvthierryreding
authored andcommitted
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: a38570c ("arm64: tegra: Add nodes for TCU on Tegra194") Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent f24a2ac commit 1741e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra194.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161

11621162
hsp_aon: hsp@c150000 {
11631163
compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
1164-
reg = <0x0c150000 0xa0000>;
1164+
reg = <0x0c150000 0x90000>;
11651165
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
11661166
<GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
11671167
<GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)