summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-09-19 11:13:27 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-12 11:06:03 +0100
commita1d3e3d76e443ee891530840b77b5d1f5f6f33e8 (patch)
tree1c010fd95559feba491cff8a0a723a7d3eccdb30 /arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi
parent4b81156c8d0c9bf7dc71b0b45a8a24b51edd5bf7 (diff)
ARM64: dts: colibri-imx8x: clean-up panel stuff
Make panel definition generic and default to VESA VGA display timings. For fsl-imx8qxp-colibri-lvds-single-eval-v3.dts now use logictechno,lt170410-2whc compatible which is the panel inside our Capacitive Touch Display 10.1" LVDS. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi52
1 files changed, 0 insertions, 52 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi
index 57c11cc20cc6..cc8ac8c88022 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dtsi
@@ -42,37 +42,6 @@
};
};
- panel {
- compatible = "panel-dpi";
- backlight = <&backlight>;
- enable-gpios = <&gpio4 19 GPIO_ACTIVE_HIGH>;
- power-supply = <&reg_3v3>;
-
- width-mm = <154>;
- height-mm = <86>;
-
- data-mapping = "bgr666";
-
- panel-timing {
- clock-frequency = <33300000>;
- hactive = <800>;
- hback-porch = <46>;
- hfront-porch = <210>;
- hsync-len = <20>;
- vactive = <480>;
- vback-porch = <23>;
- vfront-porch = <22>;
- vsync-len = <10>;
- pixelclk-active = <1>;
- };
-
- port {
- lcd_panel_in: endpoint {
- remote-endpoint = <&lcd_display_out>;
- };
- };
- };
-
regulators {
reg_3v3: regulator-3v3 {
compatible = "regulator-fixed";
@@ -106,27 +75,6 @@
status = "okay";
};
-/* Colibri Parallel RGB */
-&adma_lcdif {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_lcdif>;
- bus-width = <18>;
- status = "okay";
-
- port@0 {
- lcd_display_out: lcdif-endpoint {
- remote-endpoint = <&lcd_panel_in>;
- };
- };
-};
-
-&backlight {
- brightness-levels = <0 45 63 88 119 158 203 255>;
- default-brightness-level = <4>;
- pwms = <&pwm_adma_lcdif 0 6666667 PWM_POLARITY_INVERTED>;
- status = "okay";
-};
-
&dpu1 {
status = "okay";
};