
Hi Tom
On 08/06/2018 02:07 PM, Tom Rini wrote:
On Mon, Aug 06, 2018 at 11:25:42AM +0200, Patrice Chotard wrote:
From: Patrick Delaunay patrick.delaunay@st.com
This patch fix the following warnings for for stm32f429 evaluation and discovery boards:
unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com Signed-off-by: Patrice Chotard patrice.chotard@st.com
arch/arm/dts/stm32429i-eval.dts | 1 - arch/arm/dts/stm32f429-disco.dts | 1 - arch/arm/dts/stm32f429.dtsi | 4 ---- 3 files changed, 6 deletions(-)
All of these are files we sync in from Linux, so have they been fixed upstream? Thanks!
On linux side, these files are not fixed yet. We intend to do it for linux v4.20.
When linux v4.20 first RC will be available, i will resync all STM32 MCU dt files in U-boot.
Thanks
Patrice