ARM: dts: microchip: Unify rng node names
authorAlexander Dahl <ada@thorsis.com>
Tue, 17 Sep 2024 07:27:10 +0000 (09:27 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sun, 13 Oct 2024 15:47:24 +0000 (18:47 +0300)
Using a generic name common over different platforms and matching the
recent atmel rng binding now.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Suggested-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20240917072710.125435-3-ada@thorsis.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91sam9g45.dtsi
arch/arm/boot/dts/microchip/sam9x60.dtsi
arch/arm/boot/dts/microchip/sama5d2.dtsi
arch/arm/boot/dts/microchip/sama5d3.dtsi
arch/arm/boot/dts/microchip/sama5d4.dtsi

index 2a2fbd3..157d306 100644 (file)
                                status = "disabled";
                        };
 
-                       trng: trng@fffcc000 {
+                       trng: rng@fffcc000 {
                                compatible = "atmel,at91sam9g45-trng";
                                reg = <0xfffcc000 0x100>;
                                interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
index 1e8fcb5..36944e1 100644 (file)
                                clock-names = "sha_clk";
                        };
 
-                       trng: trng@f0030000 {
+                       trng: rng@f0030000 {
                                compatible = "microchip,sam9x60-trng";
                                reg = <0xf0030000 0x100>;
                                interrupts = <38 IRQ_TYPE_LEVEL_HIGH 0>;
index 2fefe3e..3f99451 100644 (file)
                                };
                        };
 
-                       trng: trng@fc01c000 {
+                       trng: rng@fc01c000 {
                                compatible = "atmel,at91sam9g45-trng";
                                reg = <0xfc01c000 0x100>;
                                interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
index 0debd6a..70f380c 100644 (file)
                                clock-names = "tdes_clk";
                        };
 
-                       trng: trng@f8040000 {
+                       trng: rng@f8040000 {
                                compatible = "atmel,at91sam9g45-trng";
                                reg = <0xf8040000 0x100>;
                                interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
index 72425fd..3551326 100644 (file)
                                status = "disabled";
                        };
 
-                       trng: trng@fc030000 {
+                       trng: rng@fc030000 {
                                compatible = "atmel,at91sam9g45-trng";
                                reg = <0xfc030000 0x100>;
                                interrupts = <53 IRQ_TYPE_LEVEL_HIGH 0>;