Merge branch 'for-5.8' into for-linus
[linux-2.6-microblaze.git] / arch / arm / boot / dts / am4372.dtsi
index f9eb654..dba87bf 100644 (file)
@@ -45,6 +45,7 @@
                #size-cells = <0>;
                cpu: cpu@0 {
                        compatible = "arm,cortex-a9";
+                       enable-method = "ti,am4372";
                        device_type = "cpu";
                        reg = <0>;
 
                        operating-points-v2 = <&cpu0_opp_table>;
 
                        clock-latency = <300000>; /* From omap-cpufreq driver */
+                       cpu-idle-states = <&mpu_gate>;
+               };
+
+               idle-states {
+                       mpu_gate: mpu_gate {
+                               compatible = "arm,idle-state";
+                               entry-latency-us = <40>;
+                               exit-latency-us = <100>;
+                               min-residency-us = <300>;
+                               local-timer-stop;
+                       };
                };
        };