mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 08:16:40 +07:00
ARM: dts: renesas: Switch to panel-lvds bindings for Mitsubishi panels
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>
This commit is contained in:
parent
6d25a4182d
commit
2ae0fcc57e
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
panel {
|
panel {
|
||||||
compatible = "mitsubishi,aa104xd12", "panel-dpi";
|
compatible = "mitsubishi,aa104xd12", "panel-lvds";
|
||||||
|
|
||||||
width-mm = <210>;
|
width-mm = <210>;
|
||||||
height-mm = <158>;
|
height-mm = <158>;
|
||||||
|
data-mapping = "jeida-18";
|
||||||
|
|
||||||
panel-timing {
|
panel-timing {
|
||||||
/* 1024x768 @65Hz */
|
/* 1024x768 @65Hz */
|
||||||
|
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
panel {
|
panel {
|
||||||
compatible = "mitsubishi,aa121td01", "panel-dpi";
|
compatible = "mitsubishi,aa121td01", "panel-lvds";
|
||||||
|
|
||||||
width-mm = <261>;
|
width-mm = <261>;
|
||||||
height-mm = <163>;
|
height-mm = <163>;
|
||||||
|
data-mapping = "jeida-18";
|
||||||
|
|
||||||
panel-timing {
|
panel-timing {
|
||||||
/* 1280x800 @60Hz */
|
/* 1280x800 @60Hz */
|
||||||
|
Loading…
Reference in New Issue
Block a user