]> git.sur5r.net Git - u-boot/commit
clk: add driver for stm32mp1
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 12 Mar 2018 09:46:15 +0000 (10:46 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 19 Mar 2018 20:14:22 +0000 (16:14 -0400)
commita6151916cbda43a36a69d3610f6588e0dbedb5dc
tree0cd5b39a3b07577d3804eadea5f0b83379d10ea5
parenta7519b3324258312558685bccaf8eb0dd039ac0c
clk: add driver for stm32mp1

add RCC clock driver for STMP32MP157
- base on driver model = UCLASS_CLK
- support ops to enable, disable and get rate
  of all SOC clock needed by U-Boot

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
MAINTAINERS
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_stm32mp1.c [new file with mode: 0644]