summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-02-08 19:20:51 +0300
committerTom Rini <trini@konsulko.com>2018-03-14 04:45:37 +0300
commit6243c884485182d7dd949c8ef1965d71593c9e4d (patch)
treebc9b388c733f1c583d24be38e734d3b4a616f6a3 /include/dt-bindings
parent5e993508cb25f422553796513f78aee78fcc96e3 (diff)
downloadu-boot-6243c884485182d7dd949c8ef1965d71593c9e4d.tar.xz
clk: clk_stm32f: Add DSI clock support
DSI clock is available on STM32F769-disco and STM32F469-disco board. Signed-off-by: Yannick Fertre <yannick.fertre@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/mfd/stm32f7-rcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/mfd/stm32f7-rcc.h b/include/dt-bindings/mfd/stm32f7-rcc.h
index 44c0914493..c9087f5f3d 100644
--- a/include/dt-bindings/mfd/stm32f7-rcc.h
+++ b/include/dt-bindings/mfd/stm32f7-rcc.h
@@ -106,6 +106,7 @@
#define STM32F7_RCC_APB2_SAI1 22
#define STM32F7_RCC_APB2_SAI2 23
#define STM32F7_RCC_APB2_LTDC 26
+#define STM32F7_RCC_APB2_DSI 27
#define STM32F7_APB2_RESET(bit) (STM32F7_RCC_APB2_##bit + (0x24 * 8))
#define STM32F7_APB2_CLOCK(bit) (STM32F7_RCC_APB2_##bit + 0xA0)