arch/arm/boot/dts/stm32f4-pinctrl.dtsi
0 → 100644
+343
−0
arch/arm/boot/dts/stm32f429-pinctrl.dtsi
0 → 100644
+95
−0
+0
−297
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
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: d28bcd53 ("ARM: stm32: Introduce MACH_STM32F469 flag") Reported-by:Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by:
Alexandre Torgue <alexandre.torgue@st.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE