dt-bindings: mfd: stm32f7: Add binding definition for DSI
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sat, 27 Jan 2024 15:28:45 +0000 (16:28 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 29 Feb 2024 08:50:09 +0000 (09:50 +0100)
Add binding definition for MIPI DSI Host controller.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Lee Jones <lee@kernel.org>
Reviewed-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
include/dt-bindings/mfd/stm32f7-rcc.h

index 8d73a9c..a4e4f92 100644 (file)
 #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)