OSDN Git Service

clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 25 Jul 2017 06:26:27 +0000 (15:26 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 17 Aug 2017 07:22:23 +0000 (09:22 +0200)
commit311accb64570db45604dd8929af6f7da735835c9
tree487638eae7cc90b411539b6f723354335cd08a10
parentd71e851d82c6cfe58bc592ce1e59e924f0374d0f
clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY

R-Car USB 2.0 controller can change the clock source from an oscillator
to an external clock via a register. So, this patch adds support
the clock source selector as a clock driver.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt [new file with mode: 0644]
drivers/clk/renesas/Kconfig
drivers/clk/renesas/Makefile
drivers/clk/renesas/rcar-usb2-clock-sel.c [new file with mode: 0644]