arm64: dts: imx8mm: Add opp-suspend property to OPP table
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 9 Jul 2019 08:00:15 +0000 (16:00 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Aug 2019 10:28:21 +0000 (12:28 +0200)
Add opp-suspend property to each OPP, the of opp core will
select the OPP HW supported and with highest rate to be
suspend opp, it will speed up the suspend/resume process.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 7bbdceb..e8560d1 100644 (file)
                        opp-microvolt = <850000>;
                        opp-supported-hw = <0xe>, <0x7>;
                        clock-latency-ns = <150000>;
+                       opp-suspend;
                };
 
                opp-1600000000 {
                        opp-microvolt = <900000>;
                        opp-supported-hw = <0xc>, <0x7>;
                        clock-latency-ns = <150000>;
+                       opp-suspend;
                };
 
                opp-1800000000 {
                        opp-microvolt = <1000000>;
                        opp-supported-hw = <0x8>, <0x3>;
                        clock-latency-ns = <150000>;
+                       opp-suspend;
                };
        };