ARM: at91/dt: rm9200: fix usb clock definition
The atmel,clk-divisors property is taking 4 divisors, if less are provided, the clock registration will fail. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
04ffc960d7
commit
ea4fc621ad
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
usb: usbck {
|
usb: usbck {
|
||||||
compatible = "atmel,at91rm9200-clk-usb";
|
compatible = "atmel,at91rm9200-clk-usb";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
atmel,clk-divisors = <1 2>;
|
atmel,clk-divisors = <1 2 0 0>;
|
||||||
clocks = <&pllb>;
|
clocks = <&pllb>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue