devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming
@ 2023-09-06 13:58 nicolas.ferre
  2023-09-06 14:21 ` Tudor Ambarus
  2023-09-18  4:08 ` claudiu beznea
  0 siblings, 2 replies; 4+ messages in thread
From: nicolas.ferre @ 2023-09-06 13:58 UTC (permalink / raw)
  To: Tudor Ambarus, linux-arm-kernel
  Cc: Claudiu Beznea, Conor Dooley, linux-kernel, Krzysztof Kozlowski,
	devicetree, Nicolas Ferre

From: Nicolas Ferre <nicolas.ferre@microchip.com>

Fix typo in DT name for TDES node.

Fixes: 4b6140b96dfe ("ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs")
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 arch/arm/boot/dts/microchip/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi
index 41284e013f53..cbfc60fed37c 100644
--- a/arch/arm/boot/dts/microchip/sama5d4.dtsi
+++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi
@@ -694,7 +694,7 @@ aes: crypto@fc044000 {
 				clock-names = "aes_clk";
 			};
 
-			tdes: crpyto@fc04c000 {
+			tdes: crypto@fc04c000 {
 				compatible = "atmel,at91sam9g46-tdes";
 				reg = <0xfc04c000 0x100>;
 				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;
-- 
2.39.2


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

* Re: [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming
  2023-09-06 13:58 [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming nicolas.ferre
@ 2023-09-06 14:21 ` Tudor Ambarus
  2023-09-18  4:08 ` claudiu beznea
  1 sibling, 0 replies; 4+ messages in thread
From: Tudor Ambarus @ 2023-09-06 14:21 UTC (permalink / raw)
  To: nicolas.ferre, linux-arm-kernel
  Cc: Claudiu Beznea, Conor Dooley, linux-kernel, Krzysztof Kozlowski,
	devicetree



On 9/6/23 14:58, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Fix typo in DT name for TDES node.
> 
> Fixes: 4b6140b96dfe ("ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs")
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>

> ---
>  arch/arm/boot/dts/microchip/sama5d4.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi
> index 41284e013f53..cbfc60fed37c 100644
> --- a/arch/arm/boot/dts/microchip/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi
> @@ -694,7 +694,7 @@ aes: crypto@fc044000 {
>  				clock-names = "aes_clk";
>  			};
>  
> -			tdes: crpyto@fc04c000 {
> +			tdes: crypto@fc04c000 {
>  				compatible = "atmel,at91sam9g46-tdes";
>  				reg = <0xfc04c000 0x100>;
>  				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;

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

* Re: [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming
  2023-09-06 13:58 [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming nicolas.ferre
  2023-09-06 14:21 ` Tudor Ambarus
@ 2023-09-18  4:08 ` claudiu beznea
  2023-09-18 11:22   ` Nicolas Ferre
  1 sibling, 1 reply; 4+ messages in thread
From: claudiu beznea @ 2023-09-18  4:08 UTC (permalink / raw)
  To: nicolas.ferre, Tudor Ambarus, linux-arm-kernel
  Cc: Conor Dooley, linux-kernel, Krzysztof Kozlowski, devicetree



On 06.09.2023 16:58, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Fix typo in DT name for TDES node.
> 
> Fixes: 4b6140b96dfe ("ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs")
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Applied, thanks!

Hi, Nicolas,

Also, I've removed the fixes tag as the node is not referenced anywhere by
its name thus no need for fixes in this case. Let me know if you consider
differently.

Thank you,
Claudiu Beznea
> ---
>  arch/arm/boot/dts/microchip/sama5d4.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi
> index 41284e013f53..cbfc60fed37c 100644
> --- a/arch/arm/boot/dts/microchip/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi
> @@ -694,7 +694,7 @@ aes: crypto@fc044000 {
>  				clock-names = "aes_clk";
>  			};
>  
> -			tdes: crpyto@fc04c000 {
> +			tdes: crypto@fc04c000 {
>  				compatible = "atmel,at91sam9g46-tdes";
>  				reg = <0xfc04c000 0x100>;
>  				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;

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

* Re: [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming
  2023-09-18  4:08 ` claudiu beznea
@ 2023-09-18 11:22   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2023-09-18 11:22 UTC (permalink / raw)
  To: claudiu beznea, Tudor Ambarus, linux-arm-kernel
  Cc: Conor Dooley, linux-kernel, Krzysztof Kozlowski, devicetree

On 18/09/2023 at 06:08, claudiu beznea wrote:
> On 06.09.2023 16:58, nicolas.ferre@microchip.com wrote:
>> From: Nicolas Ferre <nicolas.ferre@microchip.com>
>>
>> Fix typo in DT name for TDES node.
>>
>> Fixes: 4b6140b96dfe ("ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs")
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Applied, thanks!
> 
> Hi, Nicolas,
> 
> Also, I've removed the fixes tag as the node is not referenced anywhere by
> its name thus no need for fixes in this case. Let me know if you consider
> differently.

Agreed, sure Claudiu, let's not add more work to the "stable" people.

Thanks, best regards,
   Nicolas

>> ---
>>   arch/arm/boot/dts/microchip/sama5d4.dtsi | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi
>> index 41284e013f53..cbfc60fed37c 100644
>> --- a/arch/arm/boot/dts/microchip/sama5d4.dtsi
>> +++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi
>> @@ -694,7 +694,7 @@ aes: crypto@fc044000 {
>>                                clock-names = "aes_clk";
>>                        };
>>
>> -                     tdes: crpyto@fc04c000 {
>> +                     tdes: crypto@fc04c000 {
>>                                compatible = "atmel,at91sam9g46-tdes";
>>                                reg = <0xfc04c000 0x100>;
>>                                interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;


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

end of thread, other threads:[~2023-09-18 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 13:58 [PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming nicolas.ferre
2023-09-06 14:21 ` Tudor Ambarus
2023-09-18  4:08 ` claudiu beznea
2023-09-18 11:22   ` Nicolas Ferre

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