summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-b850v3.dts
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2016-04-18 17:19:43 -0400
committerShawn Guo <shawnguo@kernel.org>2016-04-26 11:05:24 +0800
commit7532c98f3ac212ca1f19be7e628356247b616c74 (patch)
treeddf0cf2d461f198d946bbe23df95acaa71c929fb /arch/arm/boot/dts/imx6q-b850v3.dts
parent880e1509db9732d5696d2a092e9bd61d80ad00be (diff)
ARM: dts: imx6q-b850v3: Remove ldb panel
Remove ldb panel entry for the following reasons: - The b850v3 has an onboard LVDS to DisplayPort converter (STDP4028). So we should not limit the monitors that can be connected by hardcoding the auo,b133htn01 1080p panel. - The default resolution on the LVDS interface needs to be WXGA or less. Otherwise when a 1080p monitor is connected to the HDMI port there is no output on both the LVDS and HDMI ports since a single IPU on i.MX6 can not handle two 1080p displays. With the panel entry removed from the devicetree, drm driver defaults the resolution on LVDS interface to XGA. Once in userspace, applications can set the desired resolution on LVDS interface over IPU2 CRTC. Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-b850v3.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-b850v3.dts20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/imx6q-b850v3.dts b/arch/arm/boot/dts/imx6q-b850v3.dts
index 984d00000403..dc4b06f27d38 100644
--- a/arch/arm/boot/dts/imx6q-b850v3.dts
+++ b/arch/arm/boot/dts/imx6q-b850v3.dts
@@ -51,18 +51,6 @@
chosen {
stdout-path = &uart3;
};
-
- panel-lvds0 {
- compatible = "auo,b133htn01";
- backlight = <&backlight_lvds>;
- ddc-i2c-bus = <&mux2_i2c2>;
-
- port {
- panel_in_lvds0: endpoint {
- remote-endpoint = <&lvds0_out>;
- };
- };
- };
};
&ldb {
@@ -77,14 +65,6 @@
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
status = "okay";
-
- port@4 {
- reg = <4>;
-
- lvds0_out: endpoint {
- remote-endpoint = <&panel_in_lvds0>;
- };
- };
};
};