summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp.dtsi
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2020-03-18 09:59:22 +0800
committerJacky Bai <ping.bai@nxp.com>2020-03-18 11:11:59 +0800
commit46814fb05c0ee2345a81cb28e4717f4d892d6251 (patch)
treea62656de7c834bb04434e58bd1ff742b128ead94 /arch/arm64/boot/dts/freescale/imx8mp.dtsi
parentd1236dcacf1b5e44380d66997e31cc928b5c4d37 (diff)
arm64: dts: imx8mp: Add power domain property for vpu nodes
Add power domain property for vpu node to enable power domain off when module entering runtime PM. BuildInfo: - ATF 13de44f73 Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Zhou Peng <eagle.zhou@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 18951b092372..8dcca7f1b52d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -2018,6 +2018,7 @@
assigned-clocks = <&clk IMX8MP_CLK_VPU_G1>, <&clk IMX8MP_CLK_VPU_BUS>;
assigned-clock-parents = <&clk IMX8MP_SYS_PLL3_OUT>, <&clk IMX8MP_SYS_PLL3_OUT>;
assigned-clock-rates = <600000000>, <600000000>;
+ power-domains = <&vpu_g1_pd>;
status = "disabled";
};
@@ -2032,6 +2033,7 @@
assigned-clocks = <&clk IMX8MP_CLK_VPU_G2>, <&clk IMX8MP_CLK_VPU_BUS>;
assigned-clock-parents = <&clk IMX8MP_VPU_PLL_OUT>, <&clk IMX8MP_SYS_PLL3_OUT>;
assigned-clock-rates = <400000000>, <600000000>;
+ power-domains = <&vpu_g2_pd>;
status = "disabled";
};
@@ -2046,6 +2048,7 @@
assigned-clocks = <&clk IMX8MP_CLK_VPU_VC8000E>,<&clk IMX8MP_CLK_VPU_BUS>;
assigned-clock-parents = <&clk IMX8MP_VPU_PLL_OUT>, <&clk IMX8MP_SYS_PLL3_OUT>;
assigned-clock-rates = <400000000>, <600000000>;
+ power-domains = <&vpu_h1_pd>;
status = "disabled";
};