summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2018-07-13 10:53:50 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:39 +0800
commit93d97709b2aec52d45a7e864f58e54883a5d24b6 (patch)
tree896f239d6569b11f7d6519a84e32b60f136f12c6 /arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
parent68ed3871806b9f5b10eff41b1992e06f1d1fd2de (diff)
MLK-18877-3: arm64: dts: imx8mq: Refactor dts files
Currently, there are a lot of dts bindings duplicated into many files because of the multiple possible use-cases. Still, some bindings can be defined in a single file, then re-used in each specific dts file, with the required specific scenario changes. Therefore: 1. Move the adv7535 (DSI-HDMI converter) and synaptics_dsx_ts (DSI touch) definitions to fsl-imx8mq-evk.dts file. 2. Removed the max-res binding from the main dtsi file. This is a limitation and should NOT be present in the main definition of lcdif. Use this limitation only in specific dts files which requires such limitations. For example in the dual-display.dts file, where the lcdif is used along with the dcss; lcdif has to be limited because of the low bandwidth when used in the same time with dcss. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
index 884cdadff792..f02e58ad4a98 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
@@ -32,12 +32,9 @@
status = "disabled";
};
-&hdmi_cec {
- status = "disabled";
-};
-
&lcdif {
status = "okay";
+ max-res = <1080>, <1920>;
assigned-clocks = <&clk IMX8MQ_CLK_LCDIF_PIXEL_SRC>,
<&clk IMX8MQ_VIDEO_PLL1_REF_SEL>,
@@ -100,7 +97,7 @@
};
};
- port@1 {
+ port@2 {
mipi_dsi_bridge_out: endpoint {
remote-endpoint = <&panel1_in>;
};