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:
Nickey Yang
2020-07-06 21:25:45 +08:00
committed by Tao Huang
parent 554fc0d39d
commit d175a7a9f3

View File

@@ -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>;