projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e8190
)
ARM: at91/dt: define sama5d3xek's main clk frequency
author
Boris BREZILLON
<b.brezillon@overkiz.com>
Fri, 11 Oct 2013 12:43:34 +0000
(14:43 +0200)
committer
Nicolas 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d3xcm.dtsi
b/arch/arm/boot/dts/sama5d3xcm.dtsi
index 726a0f35100c5218fb0b467bef7fa611f953b6de..dce5419f773c50386392ab27d4284e7407e96f6f 100644
(file)
--- 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 {