From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Manocha Date: Tue, 6 Mar 2018 11:44:21 -0800 Subject: [U-Boot] [PATCH v2 00/10] splash screen on the stm32f769 disco board In-Reply-To: <0f223ed8-b3e4-c271-fcb5-e029b41a3e8a@st.com> References: <1520005451-23217-1-git-send-email-yannick.fertre@st.com> <20180305235150.473eade4@crub> <0f223ed8-b3e4-c271-fcb5-e029b41a3e8a@st.com> Message-ID: <129e39e9-e7fd-b10c-82cf-5a50649ce5a4@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Patrice/Yannick, On 03/05/2018 11:50 PM, Patrice CHOTARD wrote: >> 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/ Great addition ! Few points: it seems above mentioned patchset also has dependency on another patchset http://patchwork.ozlabs.org/patch/870283/ After applying these two dependency patchsets, it creates conflicts with pathch "ARM: dts: stm32: Add timer support for STM32F7". I understand you want to get it reviewed without waiting for other patchset acceptance, it would be good to mention all the dependencies. Also i observe that without applying f769 display patches, f746 display didn't work. And F769 board display is not working, i see one error log: Board 1: stm32_ltdc_probe: decode display timing error -4 & Board 2: stm32_ltdc_probe: decode display timing error -668998023 Cheers, Vikas > > Patrice >