Missing optee stm32mp15xxab-pinctrl.dtsi generating dts with STM32CubeMX v6.9.0 for STM32MP157AABx
We are using the STM32MP157AABx device in our project and updating to the v5.0 Ecosystem and STM32CubeMX v6.9.0.
When we generate our device tree files, the optee-os device tree tries to include:
#include "stm32mp15xxab-pinctrl.dtsi"
This file is not found in the optee-os-stm32mp v3.19.0 source tree referenced in the v5.0 Ecosystem.
I have had to manually modify the dts to include:
# include "stm32mp15xxac-pinctrl.dtsi"
This is the closest match, but not equivalent to the number of gpio banks in the AABx package.
Is this an issue with optee-os-stm32mp source code, the CubeMX tool, or user error in our configuration?
