Skip to content

Commit 1d9bf85

Browse files
author
Codrin Ciubotariu
committed
ARM: dts: sam9x60: Change compatible of TRNG node and enable it
Use the right compatible for the TRNG node and enable it. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent a421ad6 commit 1d9bf85

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,10 @@
366366
};
367367

368368
trng: trng@f0030000 {
369-
compatible = "atmel,at91sam9g45-trng";
369+
compatible = "microchip,sam9x60-trng";
370370
reg = <0xf0030000 0x100>;
371371
interrupts = <38 IRQ_TYPE_LEVEL_HIGH 0>;
372372
clocks = <&pmc PMC_TYPE_PERIPHERAL 38>;
373-
status = "disabled";
374373
};
375374

376375
aes: aes@f0034000 {

0 commit comments

Comments
 (0)