From 7193d118d6b362361edcf656e9047e5cfc8c1fc5 Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Tue, 14 Jan 2020 11:43:33 +0800 Subject: [PATCH] MLK-23234-3 arm64: dts: imx8mp: add 'blk-ctl' property for lcdif1 Add the 'blk-ctl' property for lcdif1 which is used to do the lcdif controller reset during probe stage to avoid any conflict with uboot splash screen settings. Signed-off-by: Fancy Fang --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index e3f37076a06f..bc179075a671 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -881,6 +881,7 @@ <&clk IMX8MP_SYS_PLL1_800M>; assigned-clock-rates = <594000000>, <500000000>, <200000000>; interrupts = ; + blk-ctl = <&mediamix_blk_ctl>; status = "disabled"; lcdif_disp0: port@0 { -- 2.17.1