diff mbox

arm64: dts: uniphier: add reference clock node for PH1-LD20

Message ID 1461218469-19250-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit fb89cf36b6041ac87ad75ad0f5f23b2643fc6f97
Headers show

Commit Message

Masahiro Yamada April 21, 2016, 6:01 a.m. UTC
Add a master clock node generated by a 25MHz crystal oscillator.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Arnd Bergmann April 25, 2016, 8:58 p.m. UTC | #1
On Thursday 21 April 2016 15:01:09 Masahiro Yamada wrote:
> Add a master clock node generated by a 25MHz crystal oscillator.

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> 


Applied to next/dt64, thanks!

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
index 651c9d9..9532880 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
@@ -106,6 +106,12 @@ 
 	};
 
 	clocks {
+		refclk: ref {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			clock-frequency = <25000000>;
+		};
+
 		uart_clk: uart_clk {
 			#clock-cells = <0>;
 			compatible = "fixed-clock";