diff options
| author | Maxime Ripard <[email protected]> | 2014-05-13 17:44:16 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2014-05-14 14:30:00 +0200 |
| commit | 94a1cd14bf4e361d81fd75714a8a8f2fe48cff9c (patch) | |
| tree | e5006bbfb77f3f15761195c0720d5511b737074a | |
| parent | de806b390f67783791567bb45ea2e57d1b72541e (diff) | |
ARM: sun6i: Add the USB clocks to the DTSI
The USB clocks of the A31 seems to be parented to the 24MHz oscillator, and
handle the clocks for the USB phys and OHCI devices.
Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index eec1afa257a5..13aa56ed5858 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -269,6 +269,17 @@ clocks = <&osc24M>, <&pll6>; clock-output-names = "spi3"; }; + + usb_clk: clk@01c200cc { + #clock-cells = <1>; + #reset-cells = <1>; + compatible = "allwinner,sun6i-a31-usb-clk"; + reg = <0x01c200cc 0x4>; + clocks = <&osc24M>; + clock-output-names = "usb_phy0", "usb_phy1", "usb_phy2", + "usb_ohci0", "usb_ohci1", + "usb_ohci2"; + }; }; soc@01c00000 { |