aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2016-05-25 07:25:52 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-07-04 16:19:34 -0400
commitddeba40b057356d60fc7851bf26224ef8e84cadc (patch)
tree229f2fd4c8d15f13f013466f3d7ae1a151675765
parentc7f27355473ad189fd3805a1156f983892cdcba0 (diff)
arm64: dts: marvell: Add xtal clock support for Armada 3700
The configuration of the clock depend of the gpio latch. This information is stored in the gpio block registers. That's why the block is shared using a syscon node. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 9e2efb882983..7c61e13a16f3 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -105,6 +105,18 @@
105 status = "disabled"; 105 status = "disabled";
106 }; 106 };
107 107
108 gpio1: gpio@13800 {
109 compatible = "marvell,mvebu-gpio-3700",
110 "syscon", "simple-mfd";
111 reg = <0x13800 0x500>;
112
113 xtalclk: xtal-clk {
114 compatible = "marvell,armada-3700-xtal-clock";
115 clock-output-names = "xtal";
116 #clock-cells = <0>;
117 };
118 };
119
108 usb3: usb@58000 { 120 usb3: usb@58000 {
109 compatible = "marvell,armada3700-xhci", 121 compatible = "marvell,armada3700-xhci",
110 "generic-xhci"; 122 "generic-xhci";