Commit 892f09f1 authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7793: add m2 clock to device tree

Declare m2 clock in r8a7793 device tree.

Based on similar work for the r8a7791 by Laurent Pinchart.
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ad6472bf
...@@ -817,6 +817,14 @@ p_clk: p_clk { ...@@ -817,6 +817,14 @@ p_clk: p_clk {
clock-mult = <1>; clock-mult = <1>;
clock-output-names = "p"; clock-output-names = "p";
}; };
m2_clk: m2_clk {
compatible = "fixed-factor-clock";
clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
#clock-cells = <0>;
clock-div = <8>;
clock-mult = <1>;
clock-output-names = "m2";
};
rclk_clk: rclk_clk { rclk_clk: rclk_clk {
compatible = "fixed-factor-clock"; compatible = "fixed-factor-clock";
clocks = <&cpg_clocks R8A7793_CLK_PLL1>; clocks = <&cpg_clocks R8A7793_CLK_PLL1>;
......
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