]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: rm9200: fix usb clock definition
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 5 Sep 2014 14:45:12 +0000 (16:45 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 5 Sep 2014 15:36:12 +0000 (17:36 +0200)
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>
arch/arm/boot/dts/at91rm9200.dtsi

index 65ccf564b9a5636eabb7af6cf2697d5c28dccd74..6c97d4af61eec9e36da60ab3257c508e0ef3ba7e 100644 (file)
                                usb: usbck {
                                        compatible = "atmel,at91rm9200-clk-usb";
                                        #clock-cells = <0>;
-                                       atmel,clk-divisors = <1 2>;
+                                       atmel,clk-divisors = <1 2 0 0>;
                                        clocks = <&pllb>;
                                };