]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: Dove: Add pinctrl clock to DT
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 26 Nov 2012 19:16:38 +0000 (20:16 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 7 Jan 2013 16:18:57 +0000 (16:18 +0000)
During merge of the mvebu patches a clock gate for pinctrl was
lost. This patch just readds the clock gate.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove.dtsi

index f3f7e9d8adca4862c92cd22d00eb6d15267a8a8c..42eac1ff3cc82a02c5f52fddba478e76d83548d8 100644 (file)
                pinctrl: pinctrl@d0200 {
                        compatible = "marvell,dove-pinctrl";
                        reg = <0xd0200 0x10>;
+                       clocks = <&gate_clk 22>;
                };
 
                spi0: spi@10600 {