]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCs
authorHans de Goede <hdegoede@redhat.com>
Mon, 1 Jun 2015 18:23:27 +0000 (20:23 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 2 Jun 2015 08:24:39 +0000 (10:24 +0200)
commitec80749dfd859b560e8864d665d38d7a63e6a7f2
tree446938263e27f215d20ce0501bd382885c9b4615
parent5ac382c311fc12ccfb74832afe545ce8c38cc459
clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCs

The usb-clk on sun8i a23 and a33 SoCs is similar to the ones found
on sun6i-a31 SoCs but instead of a 3th phy the a23 / a33 have a hsic
interface which gets enabled by almost the same bits as used on
the a31 for the 3rd phy, but not exactly the same bits so we need
a new compatible for this.

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>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/clk-usb.c