upgrade 3.13 targets to 3.13.2, refresh patches
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 173-1-dt-sun4i-add-usbclock-nodes.patch
1 From 04f41bafdff26bd895f2a1f894fd427779d7ed51 Mon Sep 17 00:00:00 2001
2 From: arokux <arokux@gmail.com>
3 Date: Thu, 19 Sep 2013 21:58:47 +0200
4 Subject: [PATCH] ARM: sun4i: dt: Add bindings for USB clocks
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8 arch/arm/boot/dts/sun4i-a10.dtsi | 8 ++++++++
9 1 file changed, 8 insertions(+)
10
11 --- a/arch/arm/boot/dts/sun4i-a10.dtsi
12 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
13 @@ -93,6 +93,14 @@
14 clock-output-names = "pll6_sata", "pll6_other", "pll6";
15 };
16
17 + usb:usb@0x01c200cc {
18 + #clock-cells = <1>;
19 + compatible = "allwinner,sun47i-usb-gates-clk";
20 + reg = <0x01c200cc 0x4>;
21 + clocks = <&pll6 1>;
22 + clock-output-names = "usb_ohci0", "usb_ohci1", "usb_phy";
23 + };
24 +
25 /* dummy is 200M */
26 cpu: cpu@01c20054 {
27 #clock-cells = <0>;