Commit 38107179 authored by Jagan Teki's avatar Jagan Teki Committed by Shawn Guo

ARM: dts: imx6q-icore-ofcap12: Switch LVDS timings from panel-simple

Switch to use koe_tx31d200vm0baa LVDS timings from
panel-simple instead hard coding the same in dts.
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 52c7a088
...@@ -48,28 +48,31 @@ ...@@ -48,28 +48,31 @@
/ { / {
model = "Engicam i.CoreM6 Quad/Dual OpenFrame Capacitive touch 12 Kit"; model = "Engicam i.CoreM6 Quad/Dual OpenFrame Capacitive touch 12 Kit";
compatible = "engicam,imx6-icore", "fsl,imx6q"; compatible = "engicam,imx6-icore", "fsl,imx6q";
panel {
compatible = "koe,tx31d200vm0baa";
backlight = <&backlight_lvds>;
port {
panel_in: endpoint {
remote-endpoint = <&lvds0_out>;
};
};
};
}; };
&ldb { &ldb {
status = "okay"; status = "okay";
lvds-channel@0 { lvds-channel@0 {
fsl,data-mapping = "spwg"; reg = <0>;
fsl,data-width = <18>;
status = "okay"; status = "okay";
display-timings { port@4 {
native-mode = <&timing0>; reg = <4>;
timing0: timing0 {
clock-frequency = <46800000>; lvds0_out: endpoint {
hactive = <1280>; remote-endpoint = <&panel_in>;
vactive = <480>;
hback-porch = <353>;
hfront-porch = <47>;
vback-porch = <39>;
vfront-porch = <4>;
hsync-len = <8>;
vsync-len = <2>;
}; };
}; };
}; };
......
...@@ -49,7 +49,7 @@ memory@10000000 { ...@@ -49,7 +49,7 @@ memory@10000000 {
reg = <0x10000000 0x80000000>; reg = <0x10000000 0x80000000>;
}; };
backlight { backlight_lvds: backlight-lvds {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm3 0 100000>; pwms = <&pwm3 0 100000>;
brightness-levels = <0 4 8 16 32 64 128 255>; brightness-levels = <0 4 8 16 32 64 128 255>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment