diff mbox series

arm64: tegra: Wrong hsp_aon reg property size

Message ID 20200910070950.12941-1-dipenp@nvidia.com
State Changes Requested
Headers show
Series arm64: tegra: Wrong hsp_aon reg property size | expand

Commit Message

Dipen Patel Sept. 10, 2020, 7:09 a.m. UTC
The hsp_aon node reg property size 0xa0000 will overlap with other
resources. This patch fixes that wrong value with correct size 0x90000.

Signed-off-by: Dipen Patel <dipenp@nvidia.com>

Fixes: a38570c22e9d ("arm64: tegra: Add nodes for TCU on Tegra194")
---
 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mikko Perttunen Sept. 10, 2020, 8:27 a.m. UTC | #1
On 9/10/20 10:09 AM, 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.
> 
> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
> 
> Fixes: a38570c22e9d ("arm64: tegra: Add nodes for TCU on Tegra194")

I think there shouldn't be a newline between Signed-off-by and Fixes; 
otherwise,

Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>

> ---
>   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>,
>
Dipen Patel Sept. 11, 2020, 9:40 p.m. UTC | #2
On 9/10/20 1:27 AM, Mikko Perttunen wrote:
> On 9/10/20 10:09 AM, 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.
>>
>> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
>>
>> Fixes: a38570c22e9d ("arm64: tegra: Add nodes for TCU on Tegra194")
> 
> I think there shouldn't be a newline between Signed-off-by and Fixes; otherwise,
> 
> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
>

Ok, will fix it in next version.
 
>> ---
>>   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>,
>>
diff mbox series

Patch

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>,