diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2015-02-26 14:49:57 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-19 09:24:56 -0700 |
commit | a494e32d3a4fc8852da78b8fc8392aab77f998ba (patch) | |
tree | b9e1f2a6e234bf79559ef881b8d62e03ff082b1c /arch | |
parent | a710d10d021735cc68be9609fe0fefe4c63938ae (diff) |
ARM: dts: n9/n950: Enable omap crypto support
Harmattan system on Nokia N9 and N950 devices uses omap crypto support.
Bootloader on those devices is known that it enables HW crypto support.
This patch just include omap36xx.dtsi directly, so aes and sham is enabled.
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index c41db94ee9c2..800b379d368d 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ -#include "omap36xx-hs.dtsi" +#include "omap36xx.dtsi" / { cpus { |