ARM: at91/avr32/atmel_lcdfb: add bus-clock entry
authorJohan Hovold <jhovold@gmail.com>
Thu, 7 Feb 2013 15:31:56 +0000 (16:31 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 13 Mar 2013 10:05:11 +0000 (11:05 +0100)
commit557b7d5d0787997247a798e6f46541fe9dc977fa
treee38f38290608819345f711ebd1f286054475b1d6
parent67cf9c0a00bd88443adb7d6c3efa8b18d03f97c5
ARM: at91/avr32/atmel_lcdfb: add bus-clock entry

Add hclk entry for the atmel_lcdfb bus clock.

On at91sam9261, at91sam9g10 and at32ap the bus clock has to be enabled
as well as the peripheral clock. Add the appropriate lookup entries to
these SOCs and fake clocks to the SOCs that do not use it.

This allows us to get rid of the conditional enabling of the clocks in
the driver which relied on the cpu_is macros.

Tested on at91sam9263 and at91sam9g45, compile-tested for other
AT91-SOCs, and untested for AVR32.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/at91sam9261.c
arch/arm/mach-at91/at91sam9263.c
arch/arm/mach-at91/at91sam9g45.c
arch/arm/mach-at91/at91sam9rl.c
arch/avr32/mach-at32ap/at32ap700x.c
drivers/video/atmel_lcdfb.c
This page took 0.027864 seconds and 5 git commands to generate.