projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e273c
)
ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver
author
Gaël PORTAY
<gael.portay@gmail.com>
Mon, 1 Sep 2014 21:29:46 +0000
(23:29 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 5 Sep 2014 15:19:35 +0000
(17:19 +0200)
The at91sam9g20 SOC uses its own pllb implementation which is different
from the one inherited from at91sam9260 SOC.
Signed-off-by: Gaël PORTAY <gael.portay@gmail.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9g20.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/at91sam9g20.dtsi
b/arch/arm/boot/dts/at91sam9g20.dtsi
index 31f7652612fc8f2f1e284b74eb6f9bef7e8e7986..4e0abbd9d6553e71d6881b074196d62dea4ac04b 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9g20.dtsi
+++ b/
arch/arm/boot/dts/at91sam9g20.dtsi
@@
-40,6
+40,7
@@
};
pllb: pllbck {
+ compatible = "atmel,at91sam9g20-clk-pllb";
atmel,clk-input-range = <2000000 32000000>;
atmel,pll-clk-output-ranges = <30000000 100000000 0 0>;
};