Skip to content

Commit d1db7b8

Browse files
aford173tmlind
authored andcommitted
ARM: dts: logicpd-som-lv-baseboard: Fix missing video
A previous commit removed the panel-dpi driver, which made the SOM-LV video stop working because it relied on the DPI driver for setting video timings. Now that the simple-panel driver is available in omap2plus, this patch migrates the SOM-LV dev kits to use a similar panel and remove the manual timing requirements. A similar patch was already done and applied to the Torpedo family. Fixes: 8bf4b16 ("drm/omap: Remove panel-dpi driver") Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 4d26e9a commit d1db7b8

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,35 +104,18 @@
104104
regulator-max-microvolt = <3300000>;
105105
};
106106

107-
lcd0: display@0 {
108-
compatible = "panel-dpi";
109-
label = "28";
110-
status = "okay";
111-
/* default-on; */
107+
lcd0: display {
108+
/* This isn't the exact LCD, but the timings meet spec */
109+
compatible = "logicpd,type28";
112110
pinctrl-names = "default";
113111
pinctrl-0 = <&lcd_enable_pin>;
114-
enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd INI */
112+
backlight = <&bl>;
113+
enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
115114
port {
116115
lcd_in: endpoint {
117116
remote-endpoint = <&dpi_out>;
118117
};
119118
};
120-
121-
panel-timing {
122-
clock-frequency = <9000000>;
123-
hactive = <480>;
124-
vactive = <272>;
125-
hfront-porch = <3>;
126-
hback-porch = <2>;
127-
hsync-len = <42>;
128-
vback-porch = <3>;
129-
vfront-porch = <2>;
130-
vsync-len = <11>;
131-
hsync-active = <1>;
132-
vsync-active = <1>;
133-
de-active = <1>;
134-
pixelclk-active = <0>;
135-
};
136119
};
137120

138121
bl: backlight {

0 commit comments

Comments
 (0)