Skip to content

Commit

Permalink
ARM: dts: renesas: Switch to panel-lvds bindings for Mitsubishi panels
Browse files Browse the repository at this point in the history
The aa104xd12 and aa121td01 panels are LVDS panels, not DPI panels.
Use the correct DT bindings.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed May 15, 2017
1 parent 6d25a41 commit 2ae0fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

/ {
panel {
compatible = "mitsubishi,aa104xd12", "panel-dpi";
compatible = "mitsubishi,aa104xd12", "panel-lvds";

width-mm = <210>;
height-mm = <158>;
data-mapping = "jeida-18";

panel-timing {
/* 1024x768 @65Hz */
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

/ {
panel {
compatible = "mitsubishi,aa121td01", "panel-dpi";
compatible = "mitsubishi,aa121td01", "panel-lvds";

width-mm = <261>;
height-mm = <163>;
data-mapping = "jeida-18";

panel-timing {
/* 1280x800 @60Hz */
Expand Down

0 comments on commit 2ae0fcc

Please sign in to comment.