]> Pileus Git - ~andy/linux/commitdiff
ARM: at91/dt: define sama5d3xek's main clk frequency
authorBoris BREZILLON <b.brezillon@overkiz.com>
Fri, 11 Oct 2013 12:43:34 +0000 (14:43 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 2 Dec 2013 14:31:29 +0000 (15:31 +0100)
Define the main clock frequency for the new main clock node
in sama5d3xcm.dtsi.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3xcm.dtsi

index 726a0f35100c5218fb0b467bef7fa611f953b6de..dce5419f773c50386392ab27d4284e7407e96f6f 100644 (file)
                        macb0: ethernet@f0028000 {
                                phy-mode = "rgmii";
                        };
+
+                       pmc: pmc@fffffc00 {
+                               main: mainck {
+                                       clock-frequency = <12000000>;
+                               };
+                       };
                };
 
                nand0: nand@60000000 {