Skip to content

Commit

Permalink
ARM: dts: imx53: fix LVDS data-mapping and data-width
Browse files Browse the repository at this point in the history
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Lothar Waßmann authored and Shawn Guo committed Feb 29, 2016
1 parent 7659191 commit 0f00a1e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions arch/arm/boot/dts/imx53-tx53-x13x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,14 @@
status = "okay";

lvds0: lvds-channel@0 {
fsl,data-mapping = "jeida";
fsl,data-width = <24>;
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
status = "okay";

display-timings {
native-mode = <&lvds_timing0>;
lvds_timing0: hsd100pxn1 {
native-mode = <&lvds0_timing0>;

lvds0_timing0: hsd100pxn1 {
clock-frequency = <65000000>;
hactive = <1024>;
vactive = <768>;
Expand All @@ -208,13 +209,14 @@
};

lvds1: lvds-channel@1 {
fsl,data-mapping = "jeida";
fsl,data-width = <24>;
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
status = "okay";

display-timings {
native-mode = <&lvds_timing1>;
lvds_timing1: hsd100pxn1 {
native-mode = <&lvds1_timing0>;

lvds1_timing0: hsd100pxn1 {
clock-frequency = <65000000>;
hactive = <1024>;
vactive = <768>;
Expand Down

0 comments on commit 0f00a1e

Please sign in to comment.