Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add cpu clock-frequency property on stm32mp15x

All of the STM32MP151[1], STM32MP153[2] and STM32MP157[3] have their
Cortex-A7 cores running at 650 MHz.

Add the clock-frequency property to CPU nodes to avoid warnings about
them missing.

[1]: https://www.st.com/en/microcontrollers-microprocessors/stm32mp151.html
[2]: https://www.st.com/en/microcontrollers-microprocessors/stm32mp153.html
[3]: https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Ahmad Fatoum and committed by
Alexandre Torgue
d6210da4 b65b6fc5

+2
+1
arch/arm/boot/dts/stm32mp151.dtsi
··· 17 17 18 18 cpu0: cpu@0 { 19 19 compatible = "arm,cortex-a7"; 20 + clock-frequency = <650000000>; 20 21 device_type = "cpu"; 21 22 reg = <0>; 22 23 };
+1
arch/arm/boot/dts/stm32mp153.dtsi
··· 10 10 cpus { 11 11 cpu1: cpu@1 { 12 12 compatible = "arm,cortex-a7"; 13 + clock-frequency = <650000000>; 13 14 device_type = "cpu"; 14 15 reg = <1>; 15 16 };