Skip to content

Commit

Permalink
FogBugz #559443: add the l3_main_free_clk
Browse files Browse the repository at this point in the history
Add the l3_main_free_clk that is derived from the noc_free_clk.

Signed-off-by: Dinh Nguyen <[email protected]>
  • Loading branch information
dinguyen702 committed May 16, 2018
1 parent e279bcf commit 07dfa20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,13 @@
reg = <0x64>;
};

l3_main_free_clk: l3_main_free_clk {
#clock-cells = <0>;
compatible = "altr,socfpga-s10-perip-clk";
clocks = <&noc_free_clk>;
fixed-divider = <1>;
};

l4_sys_free_clk: l4_sys_free_clk {
#clock-cells = <0>;
compatible = "altr,socfpga-s10-perip-clk";
Expand Down

0 comments on commit 07dfa20

Please sign in to comment.