sunxi: initial 3.13 support
[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 diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
12 index 731b491..c9913c0 100644
13 --- a/arch/arm/boot/dts/sun4i-a10.dtsi
14 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
15 @@ -93,6 +93,14 @@
16 clock-output-names = "pll6_sata", "pll6_other", "pll6";
17 };
18
19 + usb:usb@0x01c200cc {
20 + #clock-cells = <1>;
21 + compatible = "allwinner,sun47i-usb-gates-clk";
22 + reg = <0x01c200cc 0x4>;
23 + clocks = <&pll6 1>;
24 + clock-output-names = "usb_ohci0", "usb_ohci1", "usb_phy";
25 + };
26 +
27 /* dummy is 200M */
28 cpu: cpu@01c20054 {
29 #clock-cells = <0>;
30 --
31 1.8.5.1
32