Skip to main content
debugging
Lead
September 1, 2023
Solved

STM32MP15 ECO 5.0.0 how to create scmi dtsi for custom board

  • September 1, 2023
  • 1 reply
  • 1472 views

When generating u-boot an error occurs: stm32mp15-scmi-u-boot.dtsi:135.1-6 Label or path scmi not found. Following the steps in the OpenSTLinux 5.0 workshop document to update the device tree files.  It mentions to include an scmi.dtsi file for u-boot for the specific board. Is there any more information how to do this? This is a custom board with an STM32MP157AAA3 using legacy power. (regulators not PMIC) and this board worked fine with a previous ECO system but in ECO 5.0.0 SCMI was introduced.

 

 

This topic has been closed for replies.
Best answer by debugging

Added #include "stm32mp15-scmi.dtsi" and then stm32mp157a-<board>-scmi.dtsi copied from the ev1-scmi.dts.

1 reply

debugging
debuggingAuthorBest answer
Lead
September 4, 2023

Added #include "stm32mp15-scmi.dtsi" and then stm32mp157a-<board>-scmi.dtsi copied from the ev1-scmi.dts.