]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun8i: Add usb_clk node for a23/a33
authorHans de Goede <hdegoede@redhat.com>
Mon, 1 Jun 2015 18:23:28 +0000 (20:23 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 2 Jun 2015 08:26:52 +0000 (10:26 +0200)
Add an usb_clk node for a23/a33.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun8i-a23-a33.dtsi

index c73d1d1a5c6e5c1563ce52933232d8cbfd6813be..faea94e45eeb4761ba06d15b9eb5901ca359b147 100644 (file)
                                             "mmc2_output",
                                             "mmc2_sample";
                };
+
+               usb_clk: clk@01c200cc {
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+                       compatible = "allwinner,sun8i-a23-usb-clk";
+                       reg = <0x01c200cc 0x4>;
+                       clocks = <&osc24M>;
+                       clock-output-names = "usb_phy0", "usb_phy1", "usb_hsic",
+                                            "usb_hsic_12M", "usb_ohci0";
+               };
        };
 
        soc@01c00000 {