
Hi Anatolij
On 03/05/2018 11:51 PM, Anatolij Gustschin wrote:
On Fri, 2 Mar 2018 16:44:01 +0100 yannick fertre yannick.fertre@st.com wrote:
Version 2:
- Replace debug log by pr_error, pr_warn or pr_info.
- Rework bridge between ltdc & dsi panel
- Rework backligh management (with or witout gpio)
- Rework panel otm8009a
- Add new panel raydium rm68200
Version 1:
- Initial commit
This serie contains all patchsets needed for displaying a splash screen on the stm32f769 disco board.
yannick fertre (10): video: stm32: stm32_ltdc: add bridge to display controller video: stm32: stm32_ltdc: update debug log video: add support of MIPI DSI interface video: add support of panel OTM8009A video: add MIPI DSI host controller bridge video: add support of STM32 MIPI DSI controller driver video: add support of panel rm68200 arm: dts: stm32: add dsi for STM32F746 arm: dts: stm32: add display for STM32F769 disco board board: Add STM32F769 SoC, discovery board support
With this series applied some dtbs fail to build: ... DTC arch/arm/dts/stm32f746-disco.dtb DTC arch/arm/dts/stm32f769-disco.dtb Error: arch/arm/dts/stm32f746.dtsi:339.20-21 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:329: recipe for target 'arch/arm/dts/stm32f746-disco.dtb' failed make[2]: *** [arch/arm/dts/stm32f746-disco.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... Error: arch/arm/dts/stm32f746.dtsi:339.20-21 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:329: recipe for target 'arch/arm/dts/stm32f769-disco.dtb' failed make[2]: *** [arch/arm/dts/stm32f769-disco.dtb] Error 1 dts/Makefile:46: recipe for target 'arch-dtbs' failed make[1]: *** [arch-dtbs] Error 2 Makefile:880: recipe for target 'dts/dt.dtb' failed make: *** [dts/dt.dtb] Error 2
There seems to be a dependency on patch for include/dt-bindings/mfd/stm32f7-rcc.h adding some new macros. Is it also submitted to the list?
Right, needed patches are already on the list http://patchwork.ozlabs.org/patch/870938/
Patrice
-- Anatolij