]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
crypto/fsl: Add fixup for crypto node
authorRuchika Gupta <ruchika.gupta@freescale.com>
Mon, 15 Dec 2014 06:00:36 +0000 (11:30 +0530)
committerYork Sun <yorksun@freescale.com>
Sat, 24 Jan 2015 04:29:14 +0000 (22:29 -0600)
commit0181937fa371aa482d99f17ab2bc219bfcbb21b2
tree1cd8f210ebcdc1a1e141ed77bc255ca8254b1590
parentd8f527578e15c307e93f851014f382e94f78cf39
crypto/fsl: Add fixup for crypto node

Era property is added in the crypto node in device tree.
Move the code to do so from arch/powerpc/mpc8xxx/fdt.c to
drivers/sec/sec.c so that it can be used across arm and
powerpc platforms having crypto node.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
[York Sun: Fix commit message indentation]
Reviewed-by: York Sun <yorksun@freescale.com>
arch/arm/cpu/armv7/ls102xa/fdt.c
arch/powerpc/cpu/mpc8xxx/fdt.c
arch/powerpc/include/asm/config.h
drivers/crypto/fsl/Makefile
drivers/crypto/fsl/sec.c [new file with mode: 0644]