From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.torgue@st.com (Alexandre Torgue) Date: Mon, 16 Jan 2017 16:49:29 +0100 Subject: [GIT PULL] STM32 DT changes for v4.11 #1 Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Olof, Arnd and Kevin, Please consider this first round of STM32 DT updates for v4.11: The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git tags/stm32-dt-for-v4.11-1 for you to fetch changes up to d99c66406a846748e26989759caa7e966c1804dd: ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-16 14:38:14 +0100) ---------------------------------------------------------------- STM32 DT updates for v4.11, round 1. Highlights: ---------- - ADD RTC support on STM32F429 MCU - Enable RTC on STM32F469and STM32F429 boards - ADD ADC support on STM32F429 MCU - Enable ADC on STM32F429 Eval board - Add I2S external clock - Fix memory size for STM32F429 Disco Note: ----- First patch "clk: stm32f4: Update DT bindings documentation") has already been merged in clock tree. ---------------------------------------------------------------- Amelie Delaunay (5): ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f429 ARM: dts: stm32: Add RTC support for STM32F429 MCU ARM: dts: stm32: enable RTC on stm32f429-disco ARM: dts: stm32: enable RTC on stm32f469-disco ARM: dts: stm32: enable RTC on stm32429i-eval Bruno Herrera (1): ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco board Bruno Meirelles Herrera (1): ARM: dts: stm32: Add missing USART3 pin config to stm32f469-disco board Fabrice GASNIER (2): ARM: dts: stm32: Add ADC support to stm32f429 ARM: dts: stm32: enable ADC on stm32f429i-eval board Gabriel Fernandez (3): clk: stm32f4: Update DT bindings documentation ARM: dts: stm32: Add external I2S clock on stm32f429 MCU ARM: dts: stm32: Include auxiliary stm32fx clock definition