Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e230593 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: dts: at91: at91sam9g45 family: reduce the trng register map size



No need to map 0x4000 bytes for the TRNG device: reduce it to 0x100.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 88677db5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -978,7 +978,7 @@

			trng@fffcc000 {
				compatible = "atmel,at91sam9g45-trng";
				reg = <0xfffcc000 0x4000>;
				reg = <0xfffcc000 0x100>;
				interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
				clocks = <&trng_clk>;
			};