ARM: at91/dt: fix sama5d3 ohci hclk clock reference
authorBoris BREZILLON <b.brezillon@overkiz.com>
Thu, 16 Jan 2014 15:25:34 +0000 (16:25 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 7 Feb 2014 16:20:37 +0000 (17:20 +0100)
The hclk clock of the ohci node is referencing udphs_clk instead of
uhphs_clk.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index 52447c1..3d5faf8 100644 (file)
                        compatible = "atmel,at91rm9200-ohci", "usb-ohci";
                        reg = <0x00600000 0x100000>;
                        interrupts = <32 IRQ_TYPE_LEVEL_HIGH 2>;
-                       clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>,
+                       clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>,
                                 <&uhpck>;
                        clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck";
                        status = "disabled";