summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorLuka Pivk <luka.pivk@toradex.com>2018-10-31 13:38:38 +0100
committerStefan Agner <stefan.agner@toradex.com>2019-04-25 18:06:50 +0200
commit973fb20dd757e261a72d5ca88d1b90f49113d657 (patch)
treeea58ae72bc5ba660cb18badab631b2d61caf0f3f /arch/arm
parent07b4797256bfc4678b16d9400b7c97a5e22ed3b4 (diff)
ARM: dts: imx7-colibri rename display interface
Rename display interface to match other modules to make it easyer to use overlays Signed-off-by: Luka Pivk <luka.pivk@toradex.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi36
1 files changed, 27 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
index 3f2746169181..1b79a065f0e2 100644
--- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
@@ -52,17 +52,35 @@
clock-frequency = <16000000>;
};
- panel: panel {
- compatible = "edt,et057090dhu";
+
+ panel_dpi: panel-dpi {
+ compatible = "panel-dpi";
backlight = <&bl>;
power-supply = <&reg_3v3>;
- port {
- panel_in: endpoint {
- remote-endpoint = <&lcdif_out>;
- };
- };
- };
+ width-mm = <115>;
+ height-mm = <86>;
+
+ data-mapping = "rgb24";
+
+ panel-timing {
+ clock-frequency = <25175000>;
+ hactive = <640>;
+ vactive = <480>;
+ hsync-len = <30>;
+ hfront-porch = <16>;
+ hback-porch = <114>;
+ vsync-len = <3>;
+ vfront-porch = <10>;
+ vback-porch = <32>;
+ };
+
+ port {
+ lcd_panel_in: endpoint {
+ remote-endpoint = <&lcdif_out>;
+ };
+ };
+ };
reg_3v3: regulator-3v3 {
compatible = "regulator-fixed";
@@ -143,7 +161,7 @@
port {
lcdif_out: endpoint {
- remote-endpoint = <&panel_in>;
+ remote-endpoint = <&lcd_panel_in>;
};
};
};