Skip to content

Commit

Permalink
ARM: dts: at91: nattis: describe the lvds panel
Browse files Browse the repository at this point in the history
Make the DT usable with the panel-lvds driver.

Signed-off-by: Peter Rosin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
peda-r authored and alexandrebelloni committed Aug 28, 2018
1 parent 9cb6927 commit c4f9712
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion arch/arm/boot/dts/at91-nattis-2-natte-2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,29 @@
};

panel: panel {
compatible = "sharp,lq150x1lg11";
compatible = "sharp,lq150x1lg11", "panel-lvds";

backlight = <&panel_bl>;
power-supply = <&panel_reg>;

width-mm = <304>;
height-mm = <228>;

data-mapping = "jeida-18";

panel-timing {
// 1024x768 @ 60Hz (typical)
clock-frequency = <50000000 65000000 80000000>;
hactive = <1024>;
vactive = <768>;
hfront-porch = <48 88 88>;
hback-porch = <96 168 168>;
hsync-len = <32 64 64>;
vsync-len = <3 13 74>;
vfront-porch = <3 13 74>;
vback-porch = <3 12 74>;
};

port {
panel_input: endpoint {
remote-endpoint = <&lvds_encoder_output>;
Expand Down Expand Up @@ -205,6 +224,7 @@
port@0 {
hlcdc_output: endpoint {
remote-endpoint = <&lvds_encoder_input>;
bus-width = <16>;
};
};
};
Expand Down

0 comments on commit c4f9712

Please sign in to comment.