arm64: dts: imx8mp: Make media_blk_ctrl single node for combo driver
authorAbel Vesa <abel.vesa@nxp.com>
Thu, 28 May 2020 07:51:36 +0000 (10:51 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:55 +0000 (11:22 +0800)
Remove the clocks property since the clock is taken care of by the
mediamix_pd.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Tested-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index bc35be8..3f15032 100644 (file)
                                                         <&clk IMX8MP_SYS_PLL1_800M>;
                                assigned-clock-rates = <0>, <500000000>, <200000000>;
                                interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
-                               blk-ctl = <&mediamix_blk_ctl>;
+                               blk-ctl = <&media_blk_ctrl>;
                                power-domains = <&mediamix_pd>;
                                status = "disabled";
 
                                };
                        };
 
-                       mediamix_blk_ctl: blk-ctl@32ec0000 {
-                               compatible = "fsl,imx8mp-mediamix-blk-ctl",
-                                            "syscon";
+                       media_blk_ctrl: media-blk-ctrl@32ec0000 {
+                               compatible = "fsl,imx8mp-media-blk-ctrl", "syscon";
                                reg = <0x32ec0000 0x10000>;
-                               clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
+                               power-domains = <&mediamix_pd>;
+
+                               #clock-cells = <1>;
+                               #reset-cells = <1>;
                        };
 
                        ldb: ldb@32ec005c {
                                clock-names = "ldb";
                                assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>;
                                assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
-                               gpr = <&mediamix_blk_ctl>;
+                               gpr = <&media_blk_ctrl>;
                                power-domains = <&mediamix_pd>;
                                status = "disabled";
 
                                compatible = "fsl,imx8mp-lvds-phy";
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               gpr = <&mediamix_blk_ctl>;
+                               gpr = <&media_blk_ctrl>;
                                clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
                                clock-names = "apb";
                                status = "disabled";