mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
e8f6fef95a
commit
a6a25fa17d
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user