]> git.baikalelectronics.ru Git - uboot.git/commit
stm32mp1: clk: add LDTC and DSI clock support
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 16 Jul 2018 08:41:43 +0000 (10:41 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jul 2018 19:55:07 +0000 (15:55 -0400)
commitc974c30ee6ef64913c8b287d409794eddfe4c7e9
tree0bc92feb36ac23ffa297139e7aa11c481148fa7b
parent70bb6e10f0e86664dd6d40d5c42bd31847bfcaf0
stm32mp1: clk: add LDTC and DSI clock support

This patch add clk_enable/clk_disable/clk_get_rate support for
- DSI_PX
- LTDC_PX
- DSI_K (only get rate)

These clocks are needed for LTDC and DSI drivers with latest device tree.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/clk/clk_stm32mp1.c