Skip to content

Commit 634e1fa

Browse files
LeSpockyclaudiubeznea
authored andcommitted
ARM: dts: microchip: Unify rng node names
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>
1 parent 251a66b commit 634e1fa

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/microchip/at91sam9g45.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
status = "disabled";
754754
};
755755

756-
trng: trng@fffcc000 {
756+
trng: rng@fffcc000 {
757757
compatible = "atmel,at91sam9g45-trng";
758758
reg = <0xfffcc000 0x100>;
759759
interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;

arch/arm/boot/dts/microchip/sam9x60.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
clock-names = "sha_clk";
490490
};
491491

492-
trng: trng@f0030000 {
492+
trng: rng@f0030000 {
493493
compatible = "microchip,sam9x60-trng";
494494
reg = <0xf0030000 0x100>;
495495
interrupts = <38 IRQ_TYPE_LEVEL_HIGH 0>;

arch/arm/boot/dts/microchip/sama5d2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@
10191019
};
10201020
};
10211021

1022-
trng: trng@fc01c000 {
1022+
trng: rng@fc01c000 {
10231023
compatible = "atmel,at91sam9g45-trng";
10241024
reg = <0xfc01c000 0x100>;
10251025
interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;

arch/arm/boot/dts/microchip/sama5d3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
clock-names = "tdes_clk";
420420
};
421421

422-
trng: trng@f8040000 {
422+
trng: rng@f8040000 {
423423
compatible = "atmel,at91sam9g45-trng";
424424
reg = <0xf8040000 0x100>;
425425
interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;

arch/arm/boot/dts/microchip/sama5d4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
status = "disabled";
659659
};
660660

661-
trng: trng@fc030000 {
661+
trng: rng@fc030000 {
662662
compatible = "atmel,at91sam9g45-trng";
663663
reg = <0xfc030000 0x100>;
664664
interrupts = <53 IRQ_TYPE_LEVEL_HIGH 0>;

0 commit comments

Comments
 (0)