Skip to content

Commit

Permalink
ARM: at91/dt: rm9200: fix usb clock definition
Browse files Browse the repository at this point in the history
The atmel,clk-divisors property is taking 4 divisors, if less are
provided, the clock registration will fail.

Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
alexandrebelloni authored and Nicolas Ferre committed Sep 5, 2014
1 parent 04ffc96 commit ea4fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/at91rm9200.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
usb: usbck {
compatible = "atmel,at91rm9200-clk-usb";
#clock-cells = <0>;
atmel,clk-divisors = <1 2>;
atmel,clk-divisors = <1 2 0 0>;
clocks = <&pllb>;
};

Expand Down

0 comments on commit ea4fc62

Please sign in to comment.