Skip to main content
安保.1
Associate II
November 21, 2022
Question

CK_SCMI0_HSE becomes syntax error in Device Tree file stm32mp15-m4-srm.dtsi

  • November 21, 2022
  • 2 replies
  • 1038 views

CK_SCMI0_HSE is a syntax error when compiling with dtc, but it does not exist in the file stm32mp1-clks/h. Is it okay to set it to CK_HSE?

This topic has been closed for replies.

2 replies

Olivier GALLIEN
ST Technical Moderator
November 22, 2022

Hi @安部 �?​ 

Could you please specify which OSTL version you are using and share the complete log with syntax error reported ?

Thanks

Olivier

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
安保.1
安保.1Author
Associate II
November 24, 2022

OSTL is "stm32mp1-openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15.

u-boot-stm32mp-v2021.10-stm32mp1-r1/arch/arm/dts/include/dt-bindings/clock/stm32mp1-clk.h

When I open this file, there is an entry for /* OSCILLATOR clocks */ and CK_SCMI0_HSE is missing.

dtc log

"Error:stm32​mp15-m4-srm.dtsi:304.25.26 syntac error"

"FATAL ERROR: Unable to parse input tree"

Thanks