mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv11xx-evb-v10: enable dsi logo display
This patch enable the logo function of DSI. At the same time, when the panel is initialized in uboot, We need set the power boot on to avoid black screen. Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com> Change-Id: I258b395ca676b8a3b41cd23e5db442c521256063
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
regulator-name = "vcc18_lcd_n";
|
||||
gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
|
||||
enable-active-high;
|
||||
regulator-boot-on;
|
||||
};
|
||||
|
||||
vcc5v0_sys: vccsys {
|
||||
@@ -1246,6 +1247,10 @@
|
||||
>;
|
||||
};
|
||||
|
||||
&route_dsi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
status = "okay";
|
||||
vref-supply = <&vcc_1v8>;
|
||||
|
||||
Reference in New Issue
Block a user