linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name
@ 2023-05-26 16:11 Kathiravan T
  2023-05-30 14:44 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Kathiravan T @ 2023-05-26 16:11 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree,
	linux-kernel
  Cc: Kathiravan T

qrng node address is mentioned incorrectly. Lets fix it.

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
Note: Only compilation and dtbs_check is checked. Also dependent on the
below series, no functional dependencies
https://lore.kernel.org/linux-arm-msm/20230526125305.19626-1-quic_kathirav@quicinc.com/T/#t

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

diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index 0f6d6c6daed2..5d2cc0caf5a1 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -309,7 +309,7 @@
 			#size-cells = <1>;
 		};
 
-		prng: qrng@e1000 {
+		prng: qrng@e3000 {
 			compatible = "qcom,prng-ee";
 			reg = <0x0 0x000e3000 0x0 0x1000>;
 			clocks = <&gcc GCC_PRNG_AHB_CLK>;
-- 
2.17.1


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

* Re: [PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name
  2023-05-26 16:11 [PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name Kathiravan T
@ 2023-05-30 14:44 ` Krzysztof Kozlowski
  2023-06-01 12:51   ` Kathiravan T
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-30 14:44 UTC (permalink / raw)
  To: Kathiravan T, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm,
	devicetree, linux-kernel

On 26/05/2023 18:11, Kathiravan T wrote:
> qrng node address is mentioned incorrectly. Lets fix it.
> 
> Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
> ---
> Note: Only compilation and dtbs_check is checked. Also dependent on the
> below series, no functional dependencies
> https://lore.kernel.org/linux-arm-msm/20230526125305.19626-1-quic_kathirav@quicinc.com/T/#t
> 
>  arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> index 0f6d6c6daed2..5d2cc0caf5a1 100644
> --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> @@ -309,7 +309,7 @@
>  			#size-cells = <1>;
>  		};
>  
> -		prng: qrng@e1000 {
> +		prng: qrng@e3000 {

This was fixed some time ago:

https://lore.kernel.org/all/20230419211856.79332-1-krzysztof.kozlowski@linaro.org/

Best regards,
Krzysztof


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

* Re: [PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name
  2023-05-30 14:44 ` Krzysztof Kozlowski
@ 2023-06-01 12:51   ` Kathiravan T
  0 siblings, 0 replies; 3+ messages in thread
From: Kathiravan T @ 2023-06-01 12:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm,
	devicetree, linux-kernel


On 5/30/2023 8:14 PM, Krzysztof Kozlowski wrote:
> On 26/05/2023 18:11, Kathiravan T wrote:
>> qrng node address is mentioned incorrectly. Lets fix it.
>>
>> Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
>> ---
>> Note: Only compilation and dtbs_check is checked. Also dependent on the
>> below series, no functional dependencies
>> https://lore.kernel.org/linux-arm-msm/20230526125305.19626-1-quic_kathirav@quicinc.com/T/#t
>>
>>   arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
>> index 0f6d6c6daed2..5d2cc0caf5a1 100644
>> --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
>> @@ -309,7 +309,7 @@
>>   			#size-cells = <1>;
>>   		};
>>   
>> -		prng: qrng@e1000 {
>> +		prng: qrng@e3000 {
> This was fixed some time ago:
>
> https://lore.kernel.org/all/20230419211856.79332-1-krzysztof.kozlowski@linaro.org/


Thanks, I didn't notice your patch.


>
> Best regards,
> Krzysztof
>

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

end of thread, other threads:[~2023-06-01 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 16:11 [PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name Kathiravan T
2023-05-30 14:44 ` Krzysztof Kozlowski
2023-06-01 12:51   ` Kathiravan T

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).