Skip to content

Commit 251a66b

Browse files
LeSpockyclaudiubeznea
authored andcommitted
ARM: dts: microchip: Add trng labels for all at91 SoCs
SAM9X60 and SAMA7G5 already have those labels. Add it for the other SoC families so it can be referenced in board files. Signed-off-by: Alexander Dahl <ada@thorsis.com> Link: https://lore.kernel.org/r/20240917072710.125435-2-ada@thorsis.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 2f9d013 commit 251a66b

4 files changed

Lines changed: 4 additions & 4 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@fffcc000 {
756+
trng: trng@fffcc000 {
757757
compatible = "atmel,at91sam9g45-trng";
758758
reg = <0xfffcc000 0x100>;
759759
interrupts = <6 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@fc01c000 {
1022+
trng: trng@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@f8040000 {
422+
trng: trng@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@fc030000 {
661+
trng: trng@fc030000 {
662662
compatible = "atmel,at91sam9g45-trng";
663663
reg = <0xfc030000 0x100>;
664664
interrupts = <53 IRQ_TYPE_LEVEL_HIGH 0>;

0 commit comments

Comments
 (0)