Skip to content

Commit db7d77e

Browse files
shesselbaJason Cooper
authored andcommitted
ARM: Dove: Add pinctrl clock to DT
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>
1 parent dab9206 commit db7d77e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/dove.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
pinctrl: pinctrl@d0200 {
118118
compatible = "marvell,dove-pinctrl";
119119
reg = <0xd0200 0x10>;
120+
clocks = <&gate_clk 22>;
120121
};
121122

122123
spi0: spi@10600 {

0 commit comments

Comments
 (0)