mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rockchip: clean up display nodes for rk3288 boards
Change-Id: I6f954dd48fb5674db03477941ed0481bf2e698ab Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -220,15 +220,6 @@
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&dsi0 {
|
||||
status = "disabled";
|
||||
mipi_panel: mipi-panel {
|
||||
compatible ="asus,tc358762";
|
||||
reg = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&gpu {
|
||||
mali-supply = <&vdd_gpu>;
|
||||
status = "okay";
|
||||
|
||||
@@ -269,8 +269,6 @@
|
||||
};
|
||||
|
||||
&lvds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&lcdc_ctl>;
|
||||
status = "okay";
|
||||
|
||||
ports {
|
||||
|
||||
@@ -230,8 +230,6 @@
|
||||
};
|
||||
|
||||
&lvds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&lcdc_ctl>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -251,8 +251,6 @@
|
||||
};
|
||||
|
||||
&lvds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&lcdc_ctl>;
|
||||
status = "okay";
|
||||
|
||||
ports {
|
||||
|
||||
@@ -518,22 +518,21 @@
|
||||
rockchip,lane-rate = <1000>;
|
||||
status = "okay";
|
||||
|
||||
panel: panel@0 {
|
||||
panel@0 {
|
||||
compatible = "simple-panel-dsi";
|
||||
reg = <0>;
|
||||
backlight = <&backlight>;
|
||||
reset-gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
|
||||
power-supply = <&vcc_lcd>;
|
||||
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
|
||||
MIPI_DSI_MODE_EOT_PACKET)>;
|
||||
dsi,format = <MIPI_DSI_FMT_RGB888>;
|
||||
dsi,lanes = <8>;
|
||||
|
||||
reset-gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-ms = <20>;
|
||||
init-delay-ms = <20>;
|
||||
enable-delay-ms = <20>;
|
||||
prepare-delay-ms = <20>;
|
||||
status = "okay";
|
||||
|
||||
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
|
||||
MIPI_DSI_MODE_EOT_PACKET)>;
|
||||
dsi,format = <MIPI_DSI_FMT_RGB888>;
|
||||
dsi,lanes = <8>;
|
||||
|
||||
panel-init-sequence = [
|
||||
05 14 01 01
|
||||
@@ -549,7 +548,7 @@
|
||||
05 96 01 10
|
||||
];
|
||||
|
||||
disp_timings: display-timings {
|
||||
display-timings {
|
||||
native-mode = <&timing0>;
|
||||
|
||||
timing0: timing0 {
|
||||
|
||||
@@ -324,26 +324,26 @@
|
||||
};
|
||||
|
||||
&dsi0 {
|
||||
status = "okay";
|
||||
rockchip,dual-channel = <&dsi1>;
|
||||
rockchip,lane-rate = <900>;
|
||||
status = "okay";
|
||||
|
||||
panel: panel@0 {
|
||||
panel@0 {
|
||||
compatible = "simple-panel-dsi";
|
||||
reg = <0>;
|
||||
backlight = <&backlight>;
|
||||
reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
|
||||
power-supply = <&vcc_lcd>;
|
||||
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
|
||||
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
|
||||
dsi,format = <MIPI_DSI_FMT_RGB888>;
|
||||
dsi,lanes = <8>;
|
||||
|
||||
reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-ms = <120>;
|
||||
init-delay-ms = <120>;
|
||||
enable-delay-ms = <120>;
|
||||
prepare-delay-ms = <120>;
|
||||
|
||||
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
|
||||
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
|
||||
dsi,format = <MIPI_DSI_FMT_RGB888>;
|
||||
dsi,lanes = <8>;
|
||||
|
||||
panel-init-sequence = [
|
||||
05 64 01 11
|
||||
05 14 01 29
|
||||
@@ -354,7 +354,7 @@
|
||||
05 96 01 10
|
||||
];
|
||||
|
||||
disp_timings: display-timings {
|
||||
display-timings {
|
||||
native-mode = <&timing0>;
|
||||
|
||||
timing0: timing0 {
|
||||
@@ -380,12 +380,17 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
&dsi0_in_vopl {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsi0_in_vopb {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&route_dsi0 {
|
||||
status = "disabled";
|
||||
connect = <&vopl_out_dsi0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
|
||||
Reference in New Issue
Block a user