From: Nicolas Ferre Date: Fri, 6 May 2016 13:34:40 +0000 (+0200) Subject: ARM: dts: at91: at91sam9g45 family: reduce the trng register map size X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e230593b889c59b8bb4577ef3ae49ced395305b;p=linux-beck.git 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: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index af8b708ac312..8837b7e4292c 100644 --- a/arch/arm/boot/dts/at91sam9g45.dtsi +++ b/arch/arm/boot/dts/at91sam9g45.dtsi @@ -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>; };