linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: tegra: Wrong hsp_aon reg property size
@ 2020-09-12  2:26 Dipen Patel
  2020-11-10 17:39 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Dipen Patel @ 2020-09-12  2:26 UTC (permalink / raw)
  To: robh+dt, thierry.reding, jonathanh, mperttunen; +Cc: linux-tegra

The hsp_aon node 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")
---
Changes in v2:
  - Remove the space between Fixes and Signed-off-by tags

 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
index e9c90f0f44ff..93438d2b9469 100644
--- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
@@ -1161,7 +1161,7 @@
 
 		hsp_aon: hsp@c150000 {
 			compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
-			reg = <0x0c150000 0xa0000>;
+			reg = <0x0c150000 0x90000>;
 			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
 			             <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
 			             <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] arm64: tegra: Wrong hsp_aon reg property size
  2020-09-12  2:26 [PATCH v2] arm64: tegra: Wrong hsp_aon reg property size Dipen Patel
@ 2020-11-10 17:39 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2020-11-10 17:39 UTC (permalink / raw)
  To: Dipen Patel; +Cc: robh+dt, jonathanh, mperttunen, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

On Fri, Sep 11, 2020 at 07:26:45PM -0700, Dipen Patel wrote:
> The hsp_aon node 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")
> ---
> Changes in v2:
>   - Remove the space between Fixes and Signed-off-by tags
> 
>  arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-10 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  2:26 [PATCH v2] arm64: tegra: Wrong hsp_aon reg property size Dipen Patel
2020-11-10 17:39 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).