1
0
Fork 0

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>
wifi-calibration
Sebastian Hesselbarth 2012-11-26 20:16:38 +01:00 committed by Jason Cooper
parent dab9206445
commit db7d77e6a7
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@
pinctrl: pinctrl@d0200 {
compatible = "marvell,dove-pinctrl";
reg = <0xd0200 0x10>;
clocks = <&gate_clk 22>;
};
spi0: spi@10600 {