Commit 31623468 authored by Suman Anna's avatar Suman Anna Committed by Tony Lindgren

ARM: dts: am437x-idk-evm: Fix incorrect OPP node names

The commit 337c6c9a ("ARM: dts: am437x-idk-evm: Disable
OPP50 for MPU") adjusts couple of OPP nodes defined in the
common am4372.dtsi file, but used outdated node names. This
results in these getting treated as new OPP nodes with missing
properties.

Fix this properly by using the correct node names as updated in
commit b9cb2ba7 ("ARM: dts: Use - instead of @ for DT OPP
entries for TI SoCs").
Reported-by: default avatarRoger Quadros <rogerq@ti.com>
Fixes: 337c6c9a ("ARM: dts: am437x-idk-evm: Disable OPP50 for MPU")
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d6c01c25
......@@ -526,11 +526,11 @@ &cpu0_opp_table {
* Supply voltage supervisor on board will not allow opp50 so
* disable it and set opp100 as suspend OPP.
*/
opp50@300000000 {
opp50-300000000 {
status = "disabled";
};
opp100@600000000 {
opp100-600000000 {
opp-suspend;
};
};
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