summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2017-11-27 14:31:03 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:29:27 +0800
commitf3f3cbf497dfcc947c3f542e8485ecc0089caa6f (patch)
treef06610e2da9b2e7d5475eee4e0728130345b202b /arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
parent8efe5d6ea6cb832da9f822b6630e4bcf2eb06d04 (diff)
MLK-16989-3 ARM64: dts: imx8mq: remove unused device nodes
The below legacy fbdev related device nodes are not used anymore: a. dcss b. lcdif c. mipi_dsi d. hdmi So remove them from IMX8MQ platform to make the dts more clean. Signed-off-by: Fancy Fang <chen.fang@nxp.com> In 4.14 some patches which moved nodes around were skipped so this commit was modified to also remove unused nodes from -evk.dts Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts62
1 files changed, 0 insertions, 62 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
index 97480a9ed870..201e1bdf0970 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
@@ -436,21 +436,6 @@
};
};
- adv7535: adv7535@3d {
- compatible = "adi,adv7535";
- reg = <0x3d>; /* PD pin is low */
- /* TODO: pin config & irq */
- video-mode = <16>; /* 1920x1080@60HZ */
- dsi-traffic-mode = <0>;
- bpp = <24>;
- status = "okay";
- port {
- dsi_to_hdmi: endpoint {
- remote-endpoint = <&mipi_dsi_ep>;
- };
- };
- };
-
typec_ptn5100: ptn5110@50 {
compatible = "usb,tcpci";
pinctrl-names = "default";
@@ -510,11 +495,6 @@
};
};
-&hdmi {
- disp-dev = "hdmi_disp";
- status = "okay";
-};
-
&i2c2 {
clock-frequency = <100000>;
pinctrl-names = "default";
@@ -551,48 +531,6 @@
status = "okay";
};
-&lcdif {
- status = "disabled";
- disp-dev = "mipi_dsi_northwest";
- display = <&display0>;
-
- display0: display@0 {
- bits-per-pixel = <24>;
- bus-width = <24>;
-
- display-timings {
- native-mode = <&timing0>;
- timing0: timing0 {
- clock-frequency = <9200000>;
- hactive = <480>;
- vactive = <272>;
- hfront-porch = <8>;
- hback-porch = <4>;
- hsync-len = <41>;
- vback-porch = <2>;
- vfront-porch = <4>;
- vsync-len = <10>;
-
- hsync-active = <0>;
- vsync-active = <0>;
- de-active = <1>;
- pixelclk-active = <0>;
- };
- };
- };
-};
-
-&mipi_dsi {
- reset = <&src>;
- mux-sel = <&gpr>; /* lcdif or dcss */
- status = "disabled";
- port {
- mipi_dsi_ep: endpoint {
- remote-endpoint = <&dsi_to_hdmi>;
- };
- };
-};
-
&uart3 { /* BT */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>;