aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2016-05-06 09:34:40 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2016-05-06 09:35:00 -0400
commit0e230593b889c59b8bb4577ef3ae49ced395305b (patch)
treecb9c799594b2a3fbc9144749e94acdc28a2cb261
parent88677db54dba68ce19952d5bcdf0fda43094b31f (diff)
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 <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/at91sam9g45.dtsi2
1 files changed, 1 insertions, 1 deletions
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 @@
978 978
979 trng@fffcc000 { 979 trng@fffcc000 {
980 compatible = "atmel,at91sam9g45-trng"; 980 compatible = "atmel,at91sam9g45-trng";
981 reg = <0xfffcc000 0x4000>; 981 reg = <0xfffcc000 0x100>;
982 interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>; 982 interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
983 clocks = <&trng_clk>; 983 clocks = <&trng_clk>;
984 }; 984 };