]> git.baikalelectronics.ru Git - uboot.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)
commitba2ced362c04a5b965e186908846d5b35c1a5a0d
tree31ab391820d8df0c599f839c9d990eb3a260cf2e
parente6dbd185fa8dc25b1daa383fcc686284e830a8ad
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]