
This series contains my patches on the device tree for stm32f746-disco board that have already been merged into the Linux mainline. Since most of them applied perfectly, and for the remaining ones, only minimal changes were made, I preferred not to merge them into a single patch, which would have been less readable.
Dario Binacchi (10): dt-bindings: mfd: stm32f7: Add binding definition for CAN3 ARM: dts: stm32: add pin map for CAN controller on stm32f7 ARM: dts: stm32: add CAN support on stm32f746 ARM: dts: stm32: use RCC macro for CRC node on stm32f746 ARM: dts: stm32: add pin map for i2c3 controller on stm32f7 ARM: dts: stm32: add touchscreen on stm32f746-disco board ARM: dts: stm32: add ltdc support on stm32f746 MCU ARM: dts: stm32: add pin map for LTDC on stm32f7 ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f746-disco ARM: dts: stm32: support display on stm32f746-disco board
arch/arm/dts/stm32f7-pinctrl.dtsi | 126 +++++++++++++++++++++++ arch/arm/dts/stm32f746-disco-u-boot.dtsi | 103 +++++------------- arch/arm/dts/stm32f746-disco.dts | 69 ++++++++++++- arch/arm/dts/stm32f746.dtsi | 59 ++++++++++- include/dt-bindings/mfd/stm32f7-rcc.h | 1 + 5 files changed, 276 insertions(+), 82 deletions(-)