Skip to content

Commit f9639f9

Browse files
tombatmlind
authored andcommitted
ARM: dts: am437x-sk-evm: remove lcd timings
LCD timings now come from panel-simple. Having timings in the DT will cause a WARN. Signed-off-by: Tomi Valkeinen <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 4263eb6 commit f9639f9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

arch/arm/boot/dts/am437x-sk-evm.dts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -134,22 +134,6 @@
134134

135135
enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
136136

137-
panel-timing {
138-
clock-frequency = <9000000>;
139-
hactive = <480>;
140-
vactive = <272>;
141-
hfront-porch = <2>;
142-
hback-porch = <2>;
143-
hsync-len = <41>;
144-
vfront-porch = <2>;
145-
vback-porch = <2>;
146-
vsync-len = <10>;
147-
hsync-active = <0>;
148-
vsync-active = <0>;
149-
de-active = <1>;
150-
pixelclk-active = <1>;
151-
};
152-
153137
port {
154138
lcd_in: endpoint {
155139
remote-endpoint = <&dpi_out>;

0 commit comments

Comments
 (0)