From: Boris BREZILLON Date: Fri, 11 Oct 2013 12:43:34 +0000 (+0200) Subject: ARM: at91/dt: define sama5d3xek's main clk frequency X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=72163e5ab52b2d4e27743c7560aff11e971975b2;p=deliverable%2Flinux.git ARM: at91/dt: define sama5d3xek's main clk frequency Define the main clock frequency for the new main clock node in sama5d3xcm.dtsi. Signed-off-by: Boris BREZILLON Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi index 726a0f35100c..dce5419f773c 100644 --- a/arch/arm/boot/dts/sama5d3xcm.dtsi +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi @@ -38,6 +38,12 @@ macb0: ethernet@f0028000 { phy-mode = "rgmii"; }; + + pmc: pmc@fffffc00 { + main: mainck { + clock-frequency = <12000000>; + }; + }; }; nand0: nand@60000000 {