Commit 860a8865 authored by Russell King's avatar Russell King Committed by Gregory CLEMENT

ARM: dts: dove: add Dove divider clocks

Add the Dove divider clocks to the Dove dtsi file.
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent c6664ca0
......@@ -460,6 +460,12 @@ gate_clk: clock-gating-ctrl@0038 {
#clock-cells = <1>;
};
divider_clk: core-clock@0064 {
compatible = "marvell,dove-divider-clock";
reg = <0x0064 0x8>;
#clock-cells = <1>;
};
pinctrl: pin-ctrl@0200 {
compatible = "marvell,dove-pinctrl";
reg = <0x0200 0x14>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment