From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 5 Mar 2018 23:51:50 +0100 Subject: [U-Boot] [PATCH v2 00/10] splash screen on the stm32f769 disco board In-Reply-To: <1520005451-23217-1-git-send-email-yannick.fertre@st.com> References: <1520005451-23217-1-git-send-email-yannick.fertre@st.com> Message-ID: <20180305235150.473eade4@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2 Mar 2018 16:44:01 +0100 yannick fertre yannick.fertre at 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? -- Anatolij