]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc definition
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 3 Dec 2014 11:32:03 +0000 (12:32 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 9 Mar 2015 11:28:09 +0000 (12:28 +0100)
Peripheral clock is named pclk and system clock is named hclk (those are
the names expected by the at91_udc driver).

Drop the deprecated usb_clk (formerly used to configure the usb clock rate
which is now directly configurable through hclk).

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9261.dtsi

index e247b0b5fdab2fe1cb41e57fd51450ae723256dd..115b332b456be26a70b579a4402fbdb2e6fb0d6a 100644 (file)
                                compatible = "atmel,at91rm9200-udc";
                                reg = <0xfffa4000 0x4000>;
                                interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;
-                               clocks = <&usb>, <&udc_clk>, <&udpck>;
-                               clock-names = "usb_clk", "udc_clk", "udpck";
+                               clocks = <&udc_clk>, <&udpck>;
+                               clock-names = "pclk", "hclk";
                                status = "disabled";
                        };