ARM: dts: dove: add Dove divider clocks
Add the Dove divider clocks to the Dove dtsi file. Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
c6664ca0a3
commit
860a886565
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue