Skip to content

Commit

Permalink
ARM: socfpga: dts: add osc1 as a possible parent for dbg_base_clk
Browse files Browse the repository at this point in the history
The dbg_base_clk can also have osc1 has a parent.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
  • Loading branch information
Dinh Nguyen committed Jul 25, 2015
1 parent 7db85dd commit 2e4c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
dbg_base_clk: dbg_base_clk {
#clock-cells = <0>;
compatible = "altr,socfpga-perip-clk";
clocks = <&main_pll>;
clocks = <&main_pll>, <&osc1>;
div-reg = <0xe8 0 9>;
reg = <0x50>;
};
Expand Down

0 comments on commit 2e4c758

Please sign in to comment.