ARM: dts: rockchip: Update lvds panel node

Change-Id: Ibe8e87a41d531f3efad7fccfc0de8dc4b34a73e7
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi
2019-01-08 08:32:19 +08:00
committed by Tao Huang
parent 43d37874c0
commit e8f6fef95a
2 changed files with 12 additions and 8 deletions

View File

@@ -266,10 +266,12 @@
compatible = "samsung,lsl070nl01", "simple-panel";
power-supply = <&vcc33_lcd>;
backlight = <&backlight>;
rockchip,data-mapping = "vesa";
rockchip,data-width = <24>;
rockchip,output = "lvds";
/*
* MEDIA_BUS_FMT_RGB666_1X7X3_SPWG - "jeida-18"
* MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA - "jeida-24"
* MEDIA_BUS_FMT_RGB888_1X7X4_SPWG - "vesa-24"
*/
bus-format = <MEDIA_BUS_FMT_RGB888_1X7X4_SPWG>;
display-timings {
native-mode = <&timing0>;

View File

@@ -113,13 +113,15 @@
status = "okay";
compatible ="simple-panel";
backlight = <&backlight>;
bus-format = <MEDIA_BUS_FMT_RGB666_1X18>;
enable-gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
enable-delay-ms = <10>;
power-supply = <&vcc_lcd>;
rockchip,data-mapping = "jeida";
rockchip,data-width = <24>;
rockchip,output = "lvds";
/*
* MEDIA_BUS_FMT_RGB666_1X7X3_SPWG - "jeida-18"
* MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA - "jeida-24"
* MEDIA_BUS_FMT_RGB888_1X7X4_SPWG - "vesa-24"
*/
bus-format = <MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA>;
display-timings {
native-mode = <&timing0>;