summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/am437x-idk-evm.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/am437x-idk-evm.dts')
-rw-r--r--dts/src/arm/am437x-idk-evm.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/src/arm/am437x-idk-evm.dts b/dts/src/arm/am437x-idk-evm.dts
index 5e36447306..20132477a8 100644
--- a/dts/src/arm/am437x-idk-evm.dts
+++ b/dts/src/arm/am437x-idk-evm.dts
@@ -519,3 +519,17 @@
&cpu {
cpu0-supply = <&tps>;
};
+
+&cpu0_opp_table {
+ /*
+ * Supply voltage supervisor on board will not allow opp50 so
+ * disable it and set opp100 as suspend OPP.
+ */
+ opp50@300000000 {
+ status = "disabled";
+ };
+
+ opp100@600000000 {
+ opp-suspend;
+ };
+};