]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: stm32: use right pinctrl compatible for stm32f469
authorAlexandre Torgue <alexandre.torgue@st.com>
Wed, 4 Oct 2017 13:34:48 +0000 (15:34 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Wed, 4 Oct 2017 13:34:48 +0000 (15:34 +0200)
commit88b12eea8506065c293f074c4c95fd4a599f10ed
treee9c745aa9db3a2ea0fd48ad5c014e1f0ba2d81f6
parent5b594aab582390c69d43e356b9cfbc9f8f8e7fee
ARM: dts: stm32: use right pinctrl compatible for stm32f469

Currently, same stm32f429-pinctrl driver is used for stm32f429 and
stm32f469. As pin map is different between those 2 MCUs,
a stm32f469-pinctrl driver has been recently added.
This patch
 -allows to use stm32f469-pinctrl driver for stm32f469 boards
 -reworks stm32 devicetree files to fit with stm32f429 / stm32f469

In the same time it fixes an issue when only MACH_STM32F469 flag is
selected in menuconfig.

Fixes: 88c22d0a4aad ("ARM: stm32: Introduce MACH_STM32F469 flag")
Reported-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts
arch/arm/boot/dts/stm32f4-pinctrl.dtsi [new file with mode: 0644]
arch/arm/boot/dts/stm32f429-disco.dts
arch/arm/boot/dts/stm32f429-pinctrl.dtsi [new file with mode: 0644]
arch/arm/boot/dts/stm32f429.dtsi
arch/arm/boot/dts/stm32f469-disco.dts
arch/arm/boot/dts/stm32f469-pinctrl.dtsi [new file with mode: 0644]