mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user