From 80ac14fcad62e15d34a318b977286d5caa5f1ed0 Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Mon, 11 May 2020 14:07:41 +0800 Subject: [PATCH] MLK-23758 arm64: dts: imx8mp: add power domains for dsi, lcdif1 and lcdif2 Add the corresponding power domains for MIPI DSI, LCDIF1 and LCDIF2 device nodes. Signed-off-by: Fancy Fang Reviewed-by: G.n. Zhou --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 70f63e5ece06..945d9b6efd92 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1079,6 +1079,7 @@ assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>; assigned-clock-rates = <594000000>; interrupts = ; + power-domains = <&mipi_phy1_pd>; status = "disabled"; port@0 { @@ -1106,6 +1107,7 @@ assigned-clock-rates = <594000000>, <500000000>, <200000000>; interrupts = ; blk-ctl = <&mediamix_blk_ctl>; + power-domains = <&mediamix_pd>; status = "disabled"; lcdif_disp0: port@0 { @@ -1134,6 +1136,7 @@ <&clk IMX8MP_SYS_PLL1_800M>; assigned-clock-rates = <1039500000>, <500000000>, <200000000>; interrupts = ; + power-domains = <&mediamix_pd>; status = "disabled"; lcdif2_disp: port@0 { -- 2.17.1