Skip to content

Commit

Permalink
arm64: dts: uniphier: add reference clock node for PH1-LD20
Browse files Browse the repository at this point in the history
Add a master clock node generated by a 25MHz crystal oscillator.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Masahiro Yamada authored and Arnd Bergmann committed Apr 25, 2016
1 parent b455f0a commit fb89cf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fb89cf3

Please sign in to comment.