]> Git Repo - linux.git/commitdiff
ARM: at91/dt: sam9263: Add missing clocks to lcdc node
authorAlexander Stein <[email protected]>
Fri, 5 Dec 2014 13:31:39 +0000 (14:31 +0100)
committerNicolas Ferre <[email protected]>
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 <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
arch/arm/boot/dts/at91sam9263.dtsi

index 1467750e3377d161bddff0cfcce1f35d91c9261b..e8c6c600a5b69335bbea0fdabf70e7ccee7ff163 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";
                };
 
This page took 0.05646 seconds and 4 git commands to generate.