7f2f080db307bc9a3afa9003bfc059c6f1cc21ac
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 174-1-dt-sun7i-add-usbclock-nodes.patch
1 From b7739d837e1176b2206ee541075c9eba0a263695 Mon Sep 17 00:00:00 2001
2 From: arokux <arokux@gmail.com>
3 Date: Thu, 19 Sep 2013 21:24:20 +0200
4 Subject: [PATCH] ARM: sun7i: dt: Add bindings for USB clocks
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8 arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++
9 1 file changed, 8 insertions(+)
10
11 diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
12 index 3242a29..4eddc79 100644
13 --- a/arch/arm/boot/dts/sun7i-a20.dtsi
14 +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
15 @@ -89,6 +89,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 cpu: cpu@01c20054 {
28 #clock-cells = <0>;
29 compatible = "allwinner,sun4i-cpu-clk";
30 --
31 1.8.5.1
32