]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: at91: pmc: replace the constant with a define in at91_pmc.h
authorErik van Luijk <evanluijk@interact.nl>
Thu, 13 Aug 2015 13:43:20 +0000 (15:43 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:30:32 +0000 (10:30 +0200)
commite00e2f44e796f1c3b69e9b633203597121fa904b
treeb6092e9675779b46bbdcfe632ebb40fead3e8a89
parent4a6f4eb5eaac579d71da0ad4bf72e1db4a56c0e5
arm: at91: pmc: replace the constant with a define in at91_pmc.h

To enable the clocks on the at91 boards a constant (0x4) is used.
This is replaced with a define in at91_pmc.h (1 <<  2).

Signed-off-by: Erik van Luijk <evanluijk@interact.nl>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/include/mach/at91_pmc.h
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/atmel/at91sam9n12ek/at91sam9n12ek.c
board/atmel/at91sam9x5ek/at91sam9x5ek.c
board/atmel/sama5d3_xplained/sama5d3_xplained.c
board/atmel/sama5d3xek/sama5d3xek.c
board/atmel/sama5d4_xplained/sama5d4_xplained.c
board/atmel/sama5d4ek/sama5d4ek.c
board/siemens/corvus/board.c