Skip to content

Commit

Permalink
LF-3064 Revert "arm64: dts: imx8mq-evk: Add MIPI DSI support"
Browse files Browse the repository at this point in the history
This reverts commit d367e7d.

As designed, the default dtb imx8mq-evk can only support one
display: DCSS + native HDMI, and dtb imx8mq-evk-dual-display
is dedicated for multiple dislay.

And current multiple displays is implemented by two different
DRM devices with two DRI cards generated. But Weston UI cannot
make sure to choose DCSS for UI display device, so revert this
patch to solve this kind of problem.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
(cherry picked from commit ed67ec3)
  • Loading branch information
fancyfly authored and Dong Aisheng committed Dec 12, 2022
1 parent cb5cbc0 commit 530704f
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions arch/arm64/boot/dts/freescale/imx8mq-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,6 @@
};
};

&dphy {
status = "okay";
};

&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec1>;
Expand Down Expand Up @@ -604,40 +600,6 @@
};
};

&lcdif {
status = "okay";
};

&mipi_dsi {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

panel@0 {
pinctrl-0 = <&pinctrl_mipi_dsi>;
pinctrl-names = "default";
compatible = "raydium,rm67191";
reg = <0>;
reset-gpios = <&gpio5 6 GPIO_ACTIVE_LOW>;
dsi-lanes = <4>;

port {
panel_in: endpoint {
remote-endpoint = <&mipi_dsi_out>;
};
};
};

ports {
port@1 {
reg = <1>;
mipi_dsi_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
};

&i2c2 {
clock-frequency = <100000>;
pinctrl-names = "default";
Expand Down Expand Up @@ -1007,12 +969,6 @@
>;
};

pinctrl_mipi_dsi: mipidsigrp {
fsl,pins = <
MX8MQ_IOMUXC_ECSPI1_SCLK_GPIO5_IO6 0x16
>;
};

pinctrl_i2c3: i2c3grp {
fsl,pins = <
MX8MQ_IOMUXC_I2C3_SCL_I2C3_SCL 0x4000007f
Expand Down

0 comments on commit 530704f

Please sign in to comment.