Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 106c67af authored by Boris Brezillon's avatar Boris Brezillon Committed by Nicolas Ferre
Browse files

ARM: at91/dt: sam9263: fix PLLB frequencies



PLLB input and output ranges were wrongly copied from at91sam9261 as the
datasheet didn't mention explicitly PLLB. Correct their values.

This fixes USB.

Reported-by: default avatarAndreas Henriksson <andreas.henriksson@endian.se>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tested-by: default avatarAndreas Henriksson <andreas.henriksson@endian.se>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 7cb4e717
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -122,9 +122,10 @@
					interrupts-extended = <&pmc AT91_PMC_LOCKB>;
					clocks = <&main>;
					reg = <1>;
					atmel,clk-input-range = <1000000 5000000>;
					atmel,clk-input-range = <1000000 32000000>;
					#atmel,pll-clk-output-range-cells = <4>;
					atmel,pll-clk-output-ranges = <70000000 130000000 1 1>;
					atmel,pll-clk-output-ranges = <80000000 200000000 0 1>,
								<190000000 240000000 2 1>;
				};

				mck: masterck {