]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx8mp: drop gpcv2 vpu power-domains and clocks
authorMarco Felsch <m.felsch@pengutronix.de>
Thu, 12 Jun 2025 00:39:19 +0000 (19:39 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:34:30 +0000 (16:34 +0800)
The GPCv2 G1, G2 and VC8000E power-domain don't need to reference the
VPUMIX power-domain nor their module clocks since the power and reset
handling is done by the VPUMIX blkctrl driver.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Adam Ford <aford173@gmail.com>
LGTM: Peng Fan <peng.fan@nxp.com>
Tested-by: Adam Ford <aford173@gmail.com> #imx8mp-beacon-kit
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index 66cb1ef49aca62df04905b4d1ad5f285467d801a..00f94d155d3d7f0a6109199fc3893bc8d5dbb369 100644 (file)
 
                                        pgc_vpu_g1: power-domain@11 {
                                                #power-domain-cells = <0>;
-                                               power-domains = <&pgc_vpumix>;
                                                reg = <IMX8MP_POWER_DOMAIN_VPU_G1>;
-                                               clocks = <&clk IMX8MP_CLK_VPU_G1_ROOT>;
                                        };
 
                                        pgc_vpu_g2: power-domain@12 {
                                                #power-domain-cells = <0>;
-                                               power-domains = <&pgc_vpumix>;
                                                reg = <IMX8MP_POWER_DOMAIN_VPU_G2>;
-                                               clocks = <&clk IMX8MP_CLK_VPU_G2_ROOT>;
-
                                        };
 
                                        pgc_vpu_vc8000e: power-domain@13 {
                                                #power-domain-cells = <0>;
-                                               power-domains = <&pgc_vpumix>;
                                                reg = <IMX8MP_POWER_DOMAIN_VPU_VC8000E>;
-                                               clocks = <&clk IMX8MP_CLK_VPU_VC8KE_ROOT>;
                                        };
 
                                        pgc_hdmimix: power-domain@14 {