]> git.ipfire.org Git - people/ms/u-boot.git/commit
clk: rmobile: Add RCar Gen3 clock driver
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 Jul 2017 21:18:03 +0000 (23:18 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 2 Aug 2017 19:26:24 +0000 (04:26 +0900)
commit36c2ee4ce5192f0dd49b9616ba246bdad90e2546
tree31ab391820d8df0c599f839c9d990eb3a260cf2e
parent86fa69072d9de8a3c57a5aaa7f06240797e9c966
clk: rmobile: Add RCar Gen3 clock driver

Add clock driver for the RCar Gen3 R8A7795 and R8A7796 SoCs .
This driver allows reading out the clock configuration set by
previous boot stages and enabling and disabling clock using
the MSTP registers. Setting clock is not supported thus far.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/renesas/Kconfig [new file with mode: 0644]
drivers/clk/renesas/Makefile [new file with mode: 0644]
drivers/clk/renesas/clk-rcar-gen3.c [new file with mode: 0644]