Skip to content

Commit 1ba8e8e

Browse files
author
xubilv
committed
arm: dts: rk3288: support mipi dsi uboot display for rk818 evb
Change-Id: Id1b225de0905df9fe7837614b11b523f4b202c74 Signed-off-by: xubilv <xbl@rock-chips.com>
1 parent 8d3966e commit 1ba8e8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/arm/boot/dts/rk3288-evb-rk818-mipi.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
vcc_lcd: vcc-lcd {
7272
compatible = "regulator-fixed";
7373
enable-active-high;
74+
regulator-boot-on;
7475
gpio = <&gpio7 3 GPIO_ACTIVE_HIGH>;
7576
pinctrl-names = "default";
7677
pinctrl-0 = <&lcd_en>;
@@ -334,7 +335,7 @@
334335
&mipi_dsi {
335336
status = "okay";
336337

337-
dsi_panel: dsi_panel {
338+
panel: panel {
338339
compatible = "simple-panel-dsi";
339340
reg = <0>;
340341
backlight = <&backlight>;
@@ -344,6 +345,7 @@
344345
dsi,format = <MIPI_DSI_FMT_RGB888>;
345346
dsi,lanes = <4>;
346347
delay,prepare = <120>;
348+
delay,enable = <120>;
347349
status = "okay";
348350

349351
disp_timings: display-timings {

0 commit comments

Comments
 (0)