commit | 8314d2c050ea5b01f8e09161c0a31b0cad14edaa | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Jul 16 10:41:43 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 20 15:55:07 2018 -0400 |
tree | 0bc92feb36ac23ffa297139e7aa11c481148fa7b | |
parent | 5327d3707a066cbb076ff0d0e9a043070673cf7b [diff] |
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>