From d8403bb084255196e5948d71152f25a1ffab08a5 Mon Sep 17 00:00:00 2001 From: Zhou Peng Date: Fri, 24 Apr 2020 16:47:17 +0800 Subject: [PATCH] MLK-23211-4: arm64: imx8mp: dts: add power domain for vpu node Add power domain property for vpu node: g1/g2/vc8000e Signed-off-by: Zhou Peng --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 arch/arm64/boot/dts/freescale/imx8mp.dtsi diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi old mode 100644 new mode 100755 index 6fab6338c28f..538e4d39b99c --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1375,6 +1375,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"; }; @@ -1389,6 +1390,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"; }; @@ -1403,6 +1405,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"; }; -- 2.17.1