Skip to content

Commit

Permalink
ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gaël PORTAY authored and Nicolas Ferre committed Sep 5, 2014
1 parent 69e273c commit 650ca01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/at91sam9g20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 650ca01

Please sign in to comment.