ARM: at91/dt: sam9263: Add missing clocks to lcdc node
authorAlexander Stein <alexanders83@web.de>
Fri, 5 Dec 2014 13:31:39 +0000 (14:31 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 12 Jan 2015 13:49:02 +0000 (14:49 +0100)
atmel_lcdfb needs also uses hclk clock, but AT91SAM9263 doesn't have that
specific clock, so use lcd_clk twice. The same was done in
arch/arm/mach-at91/at91sam9263.c

Signed-off-by: Alexander Stein <alexanders83@web.de>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9263.dtsi

index 1467750..e8c6c60 100644 (file)
                        interrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_fb>;
+                       clocks = <&lcd_clk>, <&lcd_clk>;
+                       clock-names = "lcdc_clk", "hclk";
                        status = "disabled";
                };