Commit d6210da4 authored by Ahmad Fatoum's avatar Ahmad Fatoum Committed by Alexandre Torgue

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.htmlSigned-off-by: default avatarAhmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent b65b6fc5
...@@ -17,6 +17,7 @@ cpus { ...@@ -17,6 +17,7 @@ cpus {
cpu0: cpu@0 { cpu0: cpu@0 {
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
clock-frequency = <650000000>;
device_type = "cpu"; device_type = "cpu";
reg = <0>; reg = <0>;
}; };
......
...@@ -10,6 +10,7 @@ / { ...@@ -10,6 +10,7 @@ / {
cpus { cpus {
cpu1: cpu@1 { cpu1: cpu@1 {
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
clock-frequency = <650000000>;
device_type = "cpu"; device_type = "cpu";
reg = <1>; reg = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment