arm64: dts: rockchip: Update lvds panel node

Change-Id: Iaa40aa73e3486d967c804e95c02bb27b8a27ff61
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi 2019-01-08 08:36:56 +08:00 committed by Tao Huang
parent e8f6fef95a
commit a6a25fa17d
3 changed files with 18 additions and 12 deletions

View File

@ -101,14 +101,16 @@ panel {
prepare-delay-ms = <20>;
unprepare-delay-ms = <20>;
disable-delay-ms = <20>;
/*
* 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>;
width-mm = <217>;
height-mm = <136>;
rockchip,data-mapping = "vesa";
rockchip,data-width = <24>;
rockchip,output = "lvds";
display-timings {
native-mode = <&timing0>;

View File

@ -314,10 +314,12 @@ panel {
backlight = <&backlight>;
prepare-delay-ms = <120>;
unprepare-delay-ms = <120>;
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

@ -190,10 +190,12 @@ panel {
compatible = "simple-panel";
backlight = <&backlight>;
enable-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
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>;